summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid Malone <dwmalone@FreeBSD.org>2002-03-04 12:00:34 +0000
committerDavid Malone <dwmalone@FreeBSD.org>2002-03-04 12:00:34 +0000
commitcc861db6c442377c72212b96ee60e88c8257c896 (patch)
treeab95960df65ea27361c258e801ec0ec803b6b34b /include
parent01a15daa38f8c42e7803656483f145814f206c3e (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/unistd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/unistd.h b/include/unistd.h
index 91b7b0933af1..b2b3a40c3c37 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -117,7 +117,7 @@ struct timeval; /* select(2) */
#endif
int acct __P((const char *));
int async_daemon __P((void));
-char *brk __P((const char *));
+int brk __P((const void *));
int chroot __P((const char *));
size_t confstr __P((int, char *, size_t));
char *crypt __P((const char *, const char *));
@@ -182,7 +182,7 @@ pid_t rfork_thread __P((int, void *, int (*) __P((void *)), void *));
int rresvport __P((int *));
int rresvport_af __P((int *, int));
int ruserok __P((const char *, int, const char *, const char *));
-char *sbrk __P((int));
+void *sbrk __P((intptr_t));
int select __P((int, fd_set *, fd_set *, fd_set *, struct timeval *));
int setdomainname __P((const char *, int));
int setegid __P((gid_t));