diff options
Diffstat (limited to 'include/mingw.h')
-rw-r--r-- | include/mingw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mingw.h b/include/mingw.h index 70b679674..d41580da7 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -252,7 +252,7 @@ IMPL(getegid,int,1,void); | |||
252 | IMPL(geteuid,int,1,void); | 252 | IMPL(geteuid,int,1,void); |
253 | NOIMPL(getsid,pid_t pid UNUSED_PARAM); | 253 | NOIMPL(getsid,pid_t pid UNUSED_PARAM); |
254 | IMPL(getuid,int,1,void); | 254 | IMPL(getuid,int,1,void); |
255 | NOIMPL(fcntl,int fd UNUSED_PARAM, int cmd UNUSED_PARAM, ...); | 255 | int fcntl(int fd, int cmd, ...); |
256 | #define fork() -1 | 256 | #define fork() -1 |
257 | IMPL(fsync,int,0,int fd UNUSED_PARAM); | 257 | IMPL(fsync,int,0,int fd UNUSED_PARAM); |
258 | NOIMPL(kill,pid_t pid UNUSED_PARAM, int sig UNUSED_PARAM); | 258 | NOIMPL(kill,pid_t pid UNUSED_PARAM, int sig UNUSED_PARAM); |