diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-04-29 22:09:14 +0200 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-04-29 22:09:14 +0200 |
commit | 4190cea25f1a2b759a35c2f1245caa2359b34639 (patch) | |
tree | ae9377b8786bed230e83cd400d33fba1cd5d1502 | |
parent | 5e22f1cb63ee9e65a0efb6a789ff68cda93afef5 (diff) | |
download | busybox-w32-4190cea25f1a2b759a35c2f1245caa2359b34639.tar.gz busybox-w32-4190cea25f1a2b759a35c2f1245caa2359b34639.tar.bz2 busybox-w32-4190cea25f1a2b759a35c2f1245caa2359b34639.zip |
mingw.h leftover
-rw-r--r-- | include/mingw.h | 3 |
1 files changed, 1 insertions, 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 { | |||
109 | #define sigemptyset(x) (void)0 | 109 | #define sigemptyset(x) (void)0 |
110 | #define SA_RESTART 0 | 110 | #define SA_RESTART 0 |
111 | 111 | ||
112 | int setitimer(int type, struct itimerval *in, struct itimerval *out); | ||
113 | int sigaction(int sig, struct sigaction *in, struct sigaction *out); | 112 | int sigaction(int sig, struct sigaction *in, struct sigaction *out); |
114 | sighandler_t mingw_signal(int sig, sighandler_t handler); | 113 | sighandler_t mingw_signal(int sig, sighandler_t handler); |
115 | NOIMPL(sigfillset,int *mask UNUSED_PARAM); | 114 | NOIMPL(sigfillset,int *mask UNUSED_PARAM); |
@@ -166,7 +165,6 @@ char *strsep(char **stringp, const char *delim); | |||
166 | */ | 165 | */ |
167 | 166 | ||
168 | #define TIOCGWINSZ 0x5413 | 167 | #define TIOCGWINSZ 0x5413 |
169 | int ioctl(int fd, int code, ...); | ||
170 | 168 | ||
171 | NOIMPL(ioctl,int fd UNUSED_PARAM, int code UNUSED_PARAM,...); | 169 | NOIMPL(ioctl,int fd UNUSED_PARAM, int code UNUSED_PARAM,...); |
172 | 170 | ||
@@ -311,6 +309,7 @@ NOIMPL(setuid,uid_t gid UNUSED_PARAM); | |||
311 | unsigned int sleep(unsigned int seconds); | 309 | unsigned int sleep(unsigned int seconds); |
312 | NOIMPL(symlink,const char *oldpath UNUSED_PARAM, const char *newpath UNUSED_PARAM); | 310 | NOIMPL(symlink,const char *oldpath UNUSED_PARAM, const char *newpath UNUSED_PARAM); |
313 | static inline void sync(void) {} | 311 | static inline void sync(void) {} |
312 | NOIMPL(ttyname_r,int fd UNUSED_PARAM, char *buf UNUSED_PARAM, int sz UNUSED_PARAM); | ||
314 | int mingw_unlink(const char *pathname); | 313 | int mingw_unlink(const char *pathname); |
315 | NOIMPL(vfork,void); | 314 | NOIMPL(vfork,void); |
316 | 315 | ||