projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad2fe25
)
prototypes for brk and sbrk
author
Rich Felker
<dalias@aerifal.cx>
Sat, 19 Feb 2011 06:02:46 +0000
(
01:02
-0500)
committer
Rich Felker
<dalias@aerifal.cx>
Sat, 19 Feb 2011 06:02:46 +0000
(
01:02
-0500)
include/unistd.h
patch
|
blob
|
history
diff --git
a/include/unistd.h
b/include/unistd.h
index b9e48149677ddcfb09f031680d0815bf8e3c0a4f..c0994af4fa0f7682b21b6e1ccdf6d39e9b7e19e4 100644
(file)
--- a/
include/unistd.h
+++ b/
include/unistd.h
@@
-144,6
+144,8
@@
void sync(void);
#endif
#ifdef _GNU_SOURCE
+int brk(void *);
+void *sbrk(intptr_t);
pid_t vfork(void);
int vhangup(void);
int chroot(const char *);