aboutsummaryrefslogtreecommitdiff
path: root/libc/include/unistd.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2017-07-28 16:27:49 -0700
committerElliott Hughes <enh@google.com>2017-07-28 16:34:38 -0700
commit06bd5862b18e0b750a709f7f8a1d277f1f6d0c99 (patch)
treef6d0db8de8f67383aa97056e6c73fb2c7be1b402 /libc/include/unistd.h
parentbafa1985eccaac231ade6f15d340759f44928524 (diff)
downloadbionic-06bd5862b18e0b750a709f7f8a1d277f1f6d0c99.tar.gz
POSIX getlogin_r/LOGIN_NAME_MAX/TTY_NAME_MAX.
Bug: N/A Test: ran tests Change-Id: I97c8ecc82fb09c3fa4bb5e6f000d46f04f3d1702
Diffstat (limited to 'libc/include/unistd.h')
-rw-r--r--libc/include/unistd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/include/unistd.h b/libc/include/unistd.h
index e024527ef..8336976c5 100644
--- a/libc/include/unistd.h
+++ b/libc/include/unistd.h
@@ -118,6 +118,7 @@ int setresgid(gid_t __rgid, gid_t __egid, gid_t __sgid);
int getresuid(uid_t* __ruid, uid_t* __euid, uid_t* __suid);
int getresgid(gid_t* __rgid, gid_t* __egid, gid_t* __sgid);
char* getlogin(void);
+int getlogin_r(char* __buffer, size_t __buffer_size) __INTRODUCED_IN_FUTURE;
long fpathconf(int __fd, int __name);
long pathconf(const char* __path, int __name);