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 e7c385ec6..85c97b702 100644
--- a/include/mingw.h
+++ b/include/mingw.h
@@ -289,7 +289,7 @@ IMPL(getuid,int,1,void);
289int fcntl(int fd, int cmd, ...); 289int fcntl(int fd, int cmd, ...);
290#define fork() -1 290#define fork() -1
291IMPL(fsync,int,0,int fd UNUSED_PARAM); 291IMPL(fsync,int,0,int fd UNUSED_PARAM);
292NOIMPL(kill,pid_t pid UNUSED_PARAM, int sig UNUSED_PARAM); 292int kill(pid_t pid, int sig);
293int link(const char *oldpath, const char *newpath); 293int link(const char *oldpath, const char *newpath);
294NOIMPL(mknod,const char *name UNUSED_PARAM, mode_t mode UNUSED_PARAM, dev_t device UNUSED_PARAM); 294NOIMPL(mknod,const char *name UNUSED_PARAM, mode_t mode UNUSED_PARAM, dev_t device UNUSED_PARAM);
295int mingw_open (const char *filename, int oflags, ...); 295int mingw_open (const char *filename, int oflags, ...);