aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mingw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mingw.h b/include/mingw.h
index a97c347e1..0fbc8f528 100644
--- a/include/mingw.h
+++ b/include/mingw.h
@@ -293,6 +293,7 @@ NOIMPL(setuid,uid_t gid UNUSED_PARAM);
293unsigned int sleep(unsigned int seconds); 293unsigned int sleep(unsigned int seconds);
294NOIMPL(symlink,const char *oldpath UNUSED_PARAM, const char *newpath UNUSED_PARAM); 294NOIMPL(symlink,const char *oldpath UNUSED_PARAM, const char *newpath UNUSED_PARAM);
295static inline void sync(void) {} 295static inline void sync(void) {}
296NOIMPL(ttyname_r,int fd UNUSED_PARAM, char *buf UNUSED_PARAM, int sz UNUSED_PARAM);
296int mingw_unlink(const char *pathname); 297int mingw_unlink(const char *pathname);
297NOIMPL(vfork,void); 298NOIMPL(vfork,void);
298 299