diff options
author | Ron Yorston <rmy@pobox.com> | 2015-02-27 15:00:55 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2015-02-27 15:00:55 +0000 |
commit | 939a8e932851124e05f14df53a925b185054b5ae (patch) | |
tree | f40c7d43e8b8bdd30228fa00e68b8ac8d519465b /include/mingw.h | |
parent | 59abbf391be4ddaab0e0335b4f3691cc48590574 (diff) | |
download | busybox-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.h | 1 |
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); | |||
371 | IMPL(geteuid,int,DEFAULT_UID,void); | 371 | IMPL(geteuid,int,DEFAULT_UID,void); |
372 | NOIMPL(getsid,pid_t pid UNUSED_PARAM); | 372 | NOIMPL(getsid,pid_t pid UNUSED_PARAM); |
373 | IMPL(getuid,int,DEFAULT_UID,void); | 373 | IMPL(getuid,int,DEFAULT_UID,void); |
374 | int getlogin_r(char *buf, size_t len); | ||
374 | int fcntl(int fd, int cmd, ...); | 375 | int fcntl(int fd, int cmd, ...); |
375 | #define fork() -1 | 376 | #define fork() -1 |
376 | IMPL(fsync,int,0,int fd UNUSED_PARAM); | 377 | IMPL(fsync,int,0,int fd UNUSED_PARAM); |