aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-04-29 22:09:14 +0200
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-04-29 22:09:14 +0200
commit4190cea25f1a2b759a35c2f1245caa2359b34639 (patch)
treeae9377b8786bed230e83cd400d33fba1cd5d1502
parent5e22f1cb63ee9e65a0efb6a789ff68cda93afef5 (diff)
downloadbusybox-w32-4190cea25f1a2b759a35c2f1245caa2359b34639.tar.gz
busybox-w32-4190cea25f1a2b759a35c2f1245caa2359b34639.tar.bz2
busybox-w32-4190cea25f1a2b759a35c2f1245caa2359b34639.zip
mingw.h leftover
-rw-r--r--include/mingw.h3
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
112int setitimer(int type, struct itimerval *in, struct itimerval *out);
113int sigaction(int sig, struct sigaction *in, struct sigaction *out); 112int sigaction(int sig, struct sigaction *in, struct sigaction *out);
114sighandler_t mingw_signal(int sig, sighandler_t handler); 113sighandler_t mingw_signal(int sig, sighandler_t handler);
115NOIMPL(sigfillset,int *mask UNUSED_PARAM); 114NOIMPL(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
169int ioctl(int fd, int code, ...);
170 168
171NOIMPL(ioctl,int fd UNUSED_PARAM, int code UNUSED_PARAM,...); 169NOIMPL(ioctl,int fd UNUSED_PARAM, int code UNUSED_PARAM,...);
172 170
@@ -311,6 +309,7 @@ NOIMPL(setuid,uid_t gid UNUSED_PARAM);
311unsigned int sleep(unsigned int seconds); 309unsigned int sleep(unsigned int seconds);
312NOIMPL(symlink,const char *oldpath UNUSED_PARAM, const char *newpath UNUSED_PARAM); 310NOIMPL(symlink,const char *oldpath UNUSED_PARAM, const char *newpath UNUSED_PARAM);
313static inline void sync(void) {} 311static inline void sync(void) {}
312NOIMPL(ttyname_r,int fd UNUSED_PARAM, char *buf UNUSED_PARAM, int sz UNUSED_PARAM);
314int mingw_unlink(const char *pathname); 313int mingw_unlink(const char *pathname);
315NOIMPL(vfork,void); 314NOIMPL(vfork,void);
316 315