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 4aca7e884..3ab49a920 100644
--- a/include/mingw.h
+++ b/include/mingw.h
@@ -405,7 +405,7 @@ int kill(pid_t pid, int sig);
405int link(const char *oldpath, const char *newpath); 405int link(const char *oldpath, const char *newpath);
406NOIMPL(mknod,const char *name UNUSED_PARAM, mode_t mode UNUSED_PARAM, dev_t device UNUSED_PARAM); 406NOIMPL(mknod,const char *name UNUSED_PARAM, mode_t mode UNUSED_PARAM, dev_t device UNUSED_PARAM);
407/* order of devices must match that in get_dev_type */ 407/* order of devices must match that in get_dev_type */
408enum {DEV_NULL, DEV_ZERO, DEV_URANDOM, NOT_DEVICE}; 408enum {DEV_NULL, DEV_ZERO, DEV_URANDOM, NOT_DEVICE = -1};
409int get_dev_type(const char *filename); 409int get_dev_type(const char *filename);
410void update_dev_fd(int dev, int fd); 410void update_dev_fd(int dev, int fd);
411int mingw_open (const char *filename, int oflags, ...); 411int mingw_open (const char *filename, int oflags, ...);