diff options
| -rw-r--r-- | src/sys/wait/P_ALL.c | 1 | ||||
| -rw-r--r-- | src/sys/wait/P_PGID.c | 1 | ||||
| -rw-r--r-- | src/sys/wait/P_PID.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/src/sys/wait/P_ALL.c b/src/sys/wait/P_ALL.c new file mode 100644 index 00000000..03a16c68 --- /dev/null +++ b/src/sys/wait/P_ALL.c @@ -0,0 +1 @@ +#define P_ALL 0 diff --git a/src/sys/wait/P_PGID.c b/src/sys/wait/P_PGID.c new file mode 100644 index 00000000..e996d78a --- /dev/null +++ b/src/sys/wait/P_PGID.c @@ -0,0 +1 @@ +#define P_PGID 2 diff --git a/src/sys/wait/P_PID.c b/src/sys/wait/P_PID.c new file mode 100644 index 00000000..737761bb --- /dev/null +++ b/src/sys/wait/P_PID.c @@ -0,0 +1 @@ +#define P_PID 1 |
