Parcourir la source

prototypes for brk and sbrk

Rich Felker il y a 14 ans
Parent
commit
b386d81862
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      include/unistd.h

+ 2 - 0
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 *);