prototypes for brk and sbrk

This commit is contained in:
Rich Felker 2011-02-19 01:02:46 -05:00
parent ad2fe25041
commit b386d81862
1 changed files with 2 additions and 0 deletions

View File

@ -144,6 +144,8 @@ void sync(void);
#endif #endif
#ifdef _GNU_SOURCE #ifdef _GNU_SOURCE
int brk(void *);
void *sbrk(intptr_t);
pid_t vfork(void); pid_t vfork(void);
int vhangup(void); int vhangup(void);
int chroot(const char *); int chroot(const char *);