diff options
Diffstat (limited to 'include/mingw.h')
-rw-r--r-- | include/mingw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mingw.h b/include/mingw.h index b39fcae3d..577e48a2a 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -228,7 +228,7 @@ typedef int nlink_t; | |||
228 | #define S_IWOTH (S_IWGRP >> 3) | 228 | #define S_IWOTH (S_IWGRP >> 3) |
229 | #define S_IXOTH (S_IXGRP >> 3) | 229 | #define S_IXOTH (S_IXGRP >> 3) |
230 | 230 | ||
231 | NOIMPL(fchmod,int fildes UNUSED_PARAM, mode_t mode UNUSED_PARAM); | 231 | IMPL(fchmod,int,0,int fildes UNUSED_PARAM, mode_t mode UNUSED_PARAM); |
232 | NOIMPL(fchown,int fd UNUSED_PARAM, uid_t uid UNUSED_PARAM, gid_t gid UNUSED_PARAM); | 232 | NOIMPL(fchown,int fd UNUSED_PARAM, uid_t uid UNUSED_PARAM, gid_t gid UNUSED_PARAM); |
233 | int mingw_mkdir(const char *path, int mode); | 233 | int mingw_mkdir(const char *path, int mode); |
234 | #define mkdir mingw_mkdir | 234 | #define mkdir mingw_mkdir |