prototypes for brk and sbrk
authorRich Felker <dalias@aerifal.cx>
Sat, 19 Feb 2011 06:02:46 +0000 (01:02 -0500)
committerRich Felker <dalias@aerifal.cx>
Sat, 19 Feb 2011 06:02:46 +0000 (01:02 -0500)
include/unistd.h

index b9e48149677ddcfb09f031680d0815bf8e3c0a4f..c0994af4fa0f7682b21b6e1ccdf6d39e9b7e19e4 100644 (file)
@@ -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 *);