mirror of
https://git.musl-libc.org/git/musl
synced 2025-01-08 07:42:09 +03:00
prototypes for brk and sbrk
This commit is contained in:
parent
ad2fe25041
commit
b386d81862
@ -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 *);
|
||||
|
Loading…
Reference in New Issue
Block a user