diff options
author | Ron Yorston <rmy@pobox.com> | 2012-04-29 16:11:38 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2012-04-29 16:11:38 +0100 |
commit | ca64a1b573213fcbd89d5a5996c2f3442231c778 (patch) | |
tree | 7520144fee0278b632e8752c1541616924a48e65 /include | |
parent | 1129137ac4ad59034828f00456eed72dc5b6c8e6 (diff) | |
download | busybox-w32-ca64a1b573213fcbd89d5a5996c2f3442231c778.tar.gz busybox-w32-ca64a1b573213fcbd89d5a5996c2f3442231c778.tar.bz2 busybox-w32-ca64a1b573213fcbd89d5a5996c2f3442231c778.zip |
win32: remove dummy getdomainname function
Diffstat (limited to 'include')
-rw-r--r-- | include/mingw.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mingw.h b/include/mingw.h index 04f2592d9..a9b14a9b2 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -334,7 +334,6 @@ static inline void sync(void) {} | |||
334 | NOIMPL(ttyname_r,int fd UNUSED_PARAM, char *buf UNUSED_PARAM, int sz UNUSED_PARAM); | 334 | NOIMPL(ttyname_r,int fd UNUSED_PARAM, char *buf UNUSED_PARAM, int sz UNUSED_PARAM); |
335 | int mingw_unlink(const char *pathname); | 335 | int mingw_unlink(const char *pathname); |
336 | NOIMPL(vfork,void); | 336 | NOIMPL(vfork,void); |
337 | NOIMPL(getdomainname, char *name UNUSED_PARAM, size_t len UNUSED_PARAM); | ||
338 | 337 | ||
339 | #define dup2 mingw_dup2 | 338 | #define dup2 mingw_dup2 |
340 | #define getcwd mingw_getcwd | 339 | #define getcwd mingw_getcwd |