diff options
author | Ron Yorston <rmy@pobox.com> | 2012-04-23 10:49:47 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2012-04-23 10:49:47 +0100 |
commit | 5fc2c035953f71992197f6025918a8fe79ade1d3 (patch) | |
tree | da14db23267ba2dbe68d17fa667ed3a331efdca7 /include | |
parent | 9e26feebb1f6752fa21f4680a744cdc688366be5 (diff) | |
download | busybox-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.h | 1 |
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) {} | |||
333 | NOIMPL(ttyname_r,int fd UNUSED_PARAM, char *buf UNUSED_PARAM, int sz UNUSED_PARAM); | 333 | NOIMPL(ttyname_r,int fd UNUSED_PARAM, char *buf UNUSED_PARAM, int sz UNUSED_PARAM); |
334 | int mingw_unlink(const char *pathname); | 334 | int mingw_unlink(const char *pathname); |
335 | NOIMPL(vfork,void); | 335 | NOIMPL(vfork,void); |
336 | NOIMPL(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 |