aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2012-04-23 10:49:47 +0100
committerRon Yorston <rmy@pobox.com>2012-04-23 10:49:47 +0100
commit5fc2c035953f71992197f6025918a8fe79ade1d3 (patch)
treeda14db23267ba2dbe68d17fa667ed3a331efdca7 /include
parent9e26feebb1f6752fa21f4680a744cdc688366be5 (diff)
downloadbusybox-w32-5fc2c035953f71992197f6025918a8fe79ade1d3.tar.gz
busybox-w32-5fc2c035953f71992197f6025918a8fe79ade1d3.tar.bz2
busybox-w32-5fc2c035953f71992197f6025918a8fe79ade1d3.zip
win32: use uname/getdomainname in safe_gethostname.c
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 66296cfc8..2cae375a6 100644
--- a/include/mingw.h
+++ b/include/mingw.h
@@ -333,6 +333,7 @@ static inline void sync(void) {}
333NOIMPL(ttyname_r,int fd UNUSED_PARAM, char *buf UNUSED_PARAM, int sz UNUSED_PARAM); 333NOIMPL(ttyname_r,int fd UNUSED_PARAM, char *buf UNUSED_PARAM, int sz UNUSED_PARAM);
334int mingw_unlink(const char *pathname); 334int mingw_unlink(const char *pathname);
335NOIMPL(vfork,void); 335NOIMPL(vfork,void);
336NOIMPL(getdomainname, char *name UNUSED_PARAM, size_t len UNUSED_PARAM);
336 337
337#define dup2 mingw_dup2 338#define dup2 mingw_dup2
338#define getcwd mingw_getcwd 339#define getcwd mingw_getcwd