From e4f28beec255ea2e233e0f016d4795d13a24bfae Mon Sep 17 00:00:00 2001 From: Ron Yorston Date: Tue, 26 Mar 2013 13:53:03 +0000 Subject: Provide fake fchmod implementation --- include/mingw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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; #define S_IWOTH (S_IWGRP >> 3) #define S_IXOTH (S_IXGRP >> 3) -NOIMPL(fchmod,int fildes UNUSED_PARAM, mode_t mode UNUSED_PARAM); +IMPL(fchmod,int,0,int fildes UNUSED_PARAM, mode_t mode UNUSED_PARAM); NOIMPL(fchown,int fd UNUSED_PARAM, uid_t uid UNUSED_PARAM, gid_t gid UNUSED_PARAM); int mingw_mkdir(const char *path, int mode); #define mkdir mingw_mkdir -- cgit v1.2.3-55-g6feb