namespace cleanup in sys/mman.h
[musl] / include / unistd.h
index b9e4814..f819429 100644 (file)
@@ -86,6 +86,7 @@ int execle(const char *, ...);
 int execl(const char *, ...);
 int execvp(const char *, char *const []);
 int execlp(const char *, ...);
+int fexecve(int, char *const [], char *const []);
 void _exit(int);
 
 pid_t getpid(void);
@@ -144,6 +145,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 *);