aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2016-04-04 16:38:02 +0100
committerRon Yorston <rmy@pobox.com>2016-04-04 16:38:02 +0100
commit95e4c715fd120d2ab2dee093d5b730c80e75ff99 (patch)
tree58a63bad79e1c46c04ac8f1d2984af122aa14cbb /include
parent253dbd612b2d2f041f4263e15a3b94df70f41e36 (diff)
downloadbusybox-w32-95e4c715fd120d2ab2dee093d5b730c80e75ff99.tar.gz
busybox-w32-95e4c715fd120d2ab2dee093d5b730c80e75ff99.tar.bz2
busybox-w32-95e4c715fd120d2ab2dee093d5b730c80e75ff99.zip
mingw: post-merge build fixes
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 b32ee43b0..f30338ba8 100644
--- a/include/mingw.h
+++ b/include/mingw.h
@@ -383,6 +383,7 @@ clock_t times(struct tms *buf);
383IMPL(alarm,unsigned int,0,unsigned int seconds UNUSED_PARAM); 383IMPL(alarm,unsigned int,0,unsigned int seconds UNUSED_PARAM);
384IMPL(chown,int,0,const char *path UNUSED_PARAM, uid_t uid UNUSED_PARAM, gid_t gid UNUSED_PARAM); 384IMPL(chown,int,0,const char *path UNUSED_PARAM, uid_t uid UNUSED_PARAM, gid_t gid UNUSED_PARAM);
385NOIMPL(chroot,const char *root UNUSED_PARAM); 385NOIMPL(chroot,const char *root UNUSED_PARAM);
386NOIMPL(fchdir,int fd UNUSED_PARAM);
386int mingw_dup2 (int fd, int fdto); 387int mingw_dup2 (int fd, int fdto);
387char *mingw_getcwd(char *pointer, int len); 388char *mingw_getcwd(char *pointer, int len);
388 389