aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2012-04-29 16:11:38 +0100
committerRon Yorston <rmy@pobox.com>2012-04-29 16:11:38 +0100
commitca64a1b573213fcbd89d5a5996c2f3442231c778 (patch)
tree7520144fee0278b632e8752c1541616924a48e65 /include
parent1129137ac4ad59034828f00456eed72dc5b6c8e6 (diff)
downloadbusybox-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.h1
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) {}
334NOIMPL(ttyname_r,int fd UNUSED_PARAM, char *buf UNUSED_PARAM, int sz UNUSED_PARAM); 334NOIMPL(ttyname_r,int fd UNUSED_PARAM, char *buf UNUSED_PARAM, int sz UNUSED_PARAM);
335int mingw_unlink(const char *pathname); 335int mingw_unlink(const char *pathname);
336NOIMPL(vfork,void); 336NOIMPL(vfork,void);
337NOIMPL(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