aboutsummaryrefslogtreecommitdiff
path: root/include/mingw.h
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2015-02-27 15:00:55 +0000
committerRon Yorston <rmy@pobox.com>2015-02-27 15:00:55 +0000
commit939a8e932851124e05f14df53a925b185054b5ae (patch)
treef40c7d43e8b8bdd30228fa00e68b8ac8d519465b /include/mingw.h
parent59abbf391be4ddaab0e0335b4f3691cc48590574 (diff)
downloadbusybox-w32-939a8e932851124e05f14df53a925b185054b5ae.tar.gz
busybox-w32-939a8e932851124e05f14df53a925b185054b5ae.tar.bz2
busybox-w32-939a8e932851124e05f14df53a925b185054b5ae.zip
Enable logname in mingw32 configuration
Diffstat (limited to 'include/mingw.h')
-rw-r--r--include/mingw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mingw.h b/include/mingw.h
index 970b689fd..033edd07e 100644
--- a/include/mingw.h
+++ b/include/mingw.h
@@ -371,6 +371,7 @@ IMPL(getegid,int,DEFAULT_GID,void);
371IMPL(geteuid,int,DEFAULT_UID,void); 371IMPL(geteuid,int,DEFAULT_UID,void);
372NOIMPL(getsid,pid_t pid UNUSED_PARAM); 372NOIMPL(getsid,pid_t pid UNUSED_PARAM);
373IMPL(getuid,int,DEFAULT_UID,void); 373IMPL(getuid,int,DEFAULT_UID,void);
374int getlogin_r(char *buf, size_t len);
374int fcntl(int fd, int cmd, ...); 375int fcntl(int fd, int cmd, ...);
375#define fork() -1 376#define fork() -1
376IMPL(fsync,int,0,int fd UNUSED_PARAM); 377IMPL(fsync,int,0,int fd UNUSED_PARAM);