소스 검색

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 *);