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 b9e4814..c0994af 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 *);