提交 b386d818 编写于 作者: R Rich Felker

prototypes for brk and sbrk

上级 ad2fe250
......@@ -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 *);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册