浏览代码

prototypes for brk and sbrk

Rich Felker 14 年之前
父节点
当前提交
b386d81862
共有 1 个文件被更改,包括 2 次插入0 次删除
  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 *);