aboutsummaryrefslogtreecommitdiff
path: root/include/mingw.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mingw.h')
-rw-r--r--include/mingw.h2
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);
252IMPL(geteuid,int,1,void); 252IMPL(geteuid,int,1,void);
253NOIMPL(getsid,pid_t pid UNUSED_PARAM); 253NOIMPL(getsid,pid_t pid UNUSED_PARAM);
254IMPL(getuid,int,1,void); 254IMPL(getuid,int,1,void);
255NOIMPL(fcntl,int fd UNUSED_PARAM, int cmd UNUSED_PARAM, ...); 255int fcntl(int fd, int cmd, ...);
256#define fork() -1 256#define fork() -1
257IMPL(fsync,int,0,int fd UNUSED_PARAM); 257IMPL(fsync,int,0,int fd UNUSED_PARAM);
258NOIMPL(kill,pid_t pid UNUSED_PARAM, int sig UNUSED_PARAM); 258NOIMPL(kill,pid_t pid UNUSED_PARAM, int sig UNUSED_PARAM);