diff options
author | Ron Yorston <rmy@pobox.com> | 2016-04-04 16:38:02 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2016-04-04 16:38:02 +0100 |
commit | 95e4c715fd120d2ab2dee093d5b730c80e75ff99 (patch) | |
tree | 58a63bad79e1c46c04ac8f1d2984af122aa14cbb /include | |
parent | 253dbd612b2d2f041f4263e15a3b94df70f41e36 (diff) | |
download | busybox-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.h | 1 |
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); | |||
383 | IMPL(alarm,unsigned int,0,unsigned int seconds UNUSED_PARAM); | 383 | IMPL(alarm,unsigned int,0,unsigned int seconds UNUSED_PARAM); |
384 | IMPL(chown,int,0,const char *path UNUSED_PARAM, uid_t uid UNUSED_PARAM, gid_t gid UNUSED_PARAM); | 384 | IMPL(chown,int,0,const char *path UNUSED_PARAM, uid_t uid UNUSED_PARAM, gid_t gid UNUSED_PARAM); |
385 | NOIMPL(chroot,const char *root UNUSED_PARAM); | 385 | NOIMPL(chroot,const char *root UNUSED_PARAM); |
386 | NOIMPL(fchdir,int fd UNUSED_PARAM); | ||
386 | int mingw_dup2 (int fd, int fdto); | 387 | int mingw_dup2 (int fd, int fdto); |
387 | char *mingw_getcwd(char *pointer, int len); | 388 | char *mingw_getcwd(char *pointer, int len); |
388 | 389 | ||