aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2014-03-13 16:01:42 +0000
committerRon Yorston <rmy@pobox.com>2014-03-13 16:01:42 +0000
commit02b877e3507f2aa063f157875d87456425642fe8 (patch)
tree95ee657bfdfaa39901acf757a5c407df12cc120c /include
parentd41903f522d57fe600b916a6fea1c6a8c3a1b632 (diff)
downloadbusybox-w32-02b877e3507f2aa063f157875d87456425642fe8.tar.gz
busybox-w32-02b877e3507f2aa063f157875d87456425642fe8.tar.bz2
busybox-w32-02b877e3507f2aa063f157875d87456425642fe8.zip
Pretend chown succeeds so 'cp -rp' doesn't complain
Diffstat (limited to 'include')
-rw-r--r--include/mingw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mingw.h b/include/mingw.h
index 775987b62..219712780 100644
--- a/include/mingw.h
+++ b/include/mingw.h
@@ -332,7 +332,7 @@ clock_t times(struct tms *buf);
332#define _SC_CLK_TCK 2 332#define _SC_CLK_TCK 2
333 333
334IMPL(alarm,unsigned int,0,unsigned int seconds UNUSED_PARAM); 334IMPL(alarm,unsigned int,0,unsigned int seconds UNUSED_PARAM);
335NOIMPL(chown,const char *path UNUSED_PARAM, uid_t uid UNUSED_PARAM, gid_t gid UNUSED_PARAM); 335IMPL(chown,int,0,const char *path UNUSED_PARAM, uid_t uid UNUSED_PARAM, gid_t gid UNUSED_PARAM);
336NOIMPL(chroot,const char *root UNUSED_PARAM); 336NOIMPL(chroot,const char *root UNUSED_PARAM);
337int mingw_dup2 (int fd, int fdto); 337int mingw_dup2 (int fd, int fdto);
338char *mingw_getcwd(char *pointer, int len); 338char *mingw_getcwd(char *pointer, int len);