From 95e4c715fd120d2ab2dee093d5b730c80e75ff99 Mon Sep 17 00:00:00 2001 From: Ron Yorston Date: Mon, 4 Apr 2016 16:38:02 +0100 Subject: mingw: post-merge build fixes --- include/mingw.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/mingw.h b/include/mingw.h index b32ee43b0..f30338ba8 100644 --- a/include/mingw.h +++ b/include/mingw.h @@ -383,6 +383,7 @@ clock_t times(struct tms *buf); IMPL(alarm,unsigned int,0,unsigned int seconds UNUSED_PARAM); IMPL(chown,int,0,const char *path UNUSED_PARAM, uid_t uid UNUSED_PARAM, gid_t gid UNUSED_PARAM); NOIMPL(chroot,const char *root UNUSED_PARAM); +NOIMPL(fchdir,int fd UNUSED_PARAM); int mingw_dup2 (int fd, int fdto); char *mingw_getcwd(char *pointer, int len); -- cgit v1.2.3-55-g6feb