diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mingw.h | 1 |
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) {} | |||
333 | NOIMPL(ttyname_r,int fd UNUSED_PARAM, char *buf UNUSED_PARAM, int sz UNUSED_PARAM); | 333 | NOIMPL(ttyname_r,int fd UNUSED_PARAM, char *buf UNUSED_PARAM, int sz UNUSED_PARAM); |
334 | int mingw_unlink(const char *pathname); | 334 | int mingw_unlink(const char *pathname); |
335 | NOIMPL(vfork,void); | 335 | NOIMPL(vfork,void); |
336 | NOIMPL(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 |