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 66296cfc8..2cae375a6 100644
--- a/include/mingw.h
+++ b/include/mingw.h
@@ -333,6 +333,7 @@ static inline void sync(void) {}
333NOIMPL(ttyname_r,int fd UNUSED_PARAM, char *buf UNUSED_PARAM, int sz UNUSED_PARAM); 333NOIMPL(ttyname_r,int fd UNUSED_PARAM, char *buf UNUSED_PARAM, int sz UNUSED_PARAM);
334int mingw_unlink(const char *pathname); 334int mingw_unlink(const char *pathname);
335NOIMPL(vfork,void); 335NOIMPL(vfork,void);
336NOIMPL(getdomainname, char *name UNUSED_PARAM, size_t len UNUSED_PARAM);
336 337
337#define dup2 mingw_dup2 338#define dup2 mingw_dup2
338#define getcwd mingw_getcwd 339#define getcwd mingw_getcwd