From 4190cea25f1a2b759a35c2f1245caa2359b34639 Mon Sep 17 00:00:00 2001 From: Nguyễn Thái Ngọc Duy Date: Thu, 29 Apr 2010 22:09:14 +0200 Subject: mingw.h leftover --- include/mingw.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/mingw.h b/include/mingw.h index 2f27bf264..f78715f0c 100644 --- a/include/mingw.h +++ b/include/mingw.h @@ -109,7 +109,6 @@ struct sigaction { #define sigemptyset(x) (void)0 #define SA_RESTART 0 -int setitimer(int type, struct itimerval *in, struct itimerval *out); int sigaction(int sig, struct sigaction *in, struct sigaction *out); sighandler_t mingw_signal(int sig, sighandler_t handler); NOIMPL(sigfillset,int *mask UNUSED_PARAM); @@ -166,7 +165,6 @@ char *strsep(char **stringp, const char *delim); */ #define TIOCGWINSZ 0x5413 -int ioctl(int fd, int code, ...); NOIMPL(ioctl,int fd UNUSED_PARAM, int code UNUSED_PARAM,...); @@ -311,6 +309,7 @@ NOIMPL(setuid,uid_t gid UNUSED_PARAM); unsigned int sleep(unsigned int seconds); NOIMPL(symlink,const char *oldpath UNUSED_PARAM, const char *newpath UNUSED_PARAM); static inline void sync(void) {} +NOIMPL(ttyname_r,int fd UNUSED_PARAM, char *buf UNUSED_PARAM, int sz UNUSED_PARAM); int mingw_unlink(const char *pathname); NOIMPL(vfork,void); -- cgit v1.2.3-55-g6feb