summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2002-03-09 05:23:56 +0000
committerDima Dorfman <dd@FreeBSD.org>2002-03-09 05:23:56 +0000
commit59ac35f5cde6569a3a95e24b1d975c221ab43c82 (patch)
treee6169959918ab264cfed287fc8f66b43f589997d /include
parent78e385f4de5b92112e9726df374a19d6d8aa7419 (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/unistd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h
index b2b3a40c3c372..95bc3a4df74de 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -146,6 +146,7 @@ int getlogin_r __P((char *, int));
mode_t getmode __P((const void *, mode_t));
int getpagesize __P((void)) __pure2;
char *getpass __P((const char *));
+int getpeereid __P((int, uid_t *, gid_t *));
int getpgid __P((pid_t _pid));
int getresgid __P((gid_t *, gid_t *, gid_t *));
int getresuid __P((uid_t *, uid_t *, uid_t *));