diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-08-19 13:24:22 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-08-19 13:24:22 -0700 |
commit | 06e7518718115977026830676b80c7279e924b5f (patch) | |
tree | 6342cb18521deed0fe9b8e7f8de7fcccb6fa07d6 /system/include/libc/sys/unistd.h | |
parent | 41e7af7eeb7f0d0a3991abd7ff87177308570c54 (diff) | |
parent | 745cbe466448395587ecb5214087bac19c9b1cbe (diff) |
Merge branch 'incoming'
Diffstat (limited to 'system/include/libc/sys/unistd.h')
-rw-r--r-- | system/include/libc/sys/unistd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/include/libc/sys/unistd.h b/system/include/libc/sys/unistd.h index 1a414b3c..a4219d4d 100644 --- a/system/include/libc/sys/unistd.h +++ b/system/include/libc/sys/unistd.h @@ -102,7 +102,6 @@ uid_t _EXFUN(getuid, (void )); #endif #if defined(EMSCRIPTEN) || defined(__CYGWIN__) char * _EXFUN(getusershell, (void)); -char * _EXFUN(getwd, (char *__buf )); int _EXFUN(iruserok, (unsigned long raddr, int superuser, const char *ruser, const char *luser)); #endif int _EXFUN(isatty, (int __fildes )); |