|
@@ -72,7 +72,7 @@ int execlp(const char* filename, const char* arg, ...);
|
|
int chroot(const char* path);
|
|
int chroot(const char* path);
|
|
int chroot_with_mount_flags(const char* path, int mount_flags);
|
|
int chroot_with_mount_flags(const char* path, int mount_flags);
|
|
void sync();
|
|
void sync();
|
|
-void _exit(int status);
|
|
|
|
|
|
+__attribute__((noreturn)) void _exit(int status);
|
|
pid_t getsid(pid_t);
|
|
pid_t getsid(pid_t);
|
|
pid_t setsid();
|
|
pid_t setsid();
|
|
int setpgid(pid_t pid, pid_t pgid);
|
|
int setpgid(pid_t pid, pid_t pgid);
|