|
miniOS
x86_64 hobby kernel with SMP, VFS, and POSIX process model
|
#include <unistd.h>#include <sys/wait.h>#include <sys/types.h>#include <errno.h>
Functions | |
| pid_t | setsid (void) |
| int | setpgid (pid_t pid, pid_t pgid) |
| static void | write_str (const char *s) |
| static void | write_int (int v) |
| int | main (void) |
| int main | ( | void | ) |

| pid_t setsid | ( | void | ) |


|
static |

|
static |
