summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2020-08-14 20:11:36 -0400
committerJakob Kaivo <jkk@ung.org>2020-08-14 20:11:36 -0400
commit89ee9495e99748a36742828ae301819ff550ed56 (patch)
tree1fbbb83cc8d686ce2df47cd95eeb8fdc0d57a99a /src
parent77a48fd24d2138368337f08c52075772fffb3199 (diff)
quick and dirty additions, need to add version info
Diffstat (limited to 'src')
-rw-r--r--src/sys/wait/P_ALL.c1
-rw-r--r--src/sys/wait/P_PGID.c1
-rw-r--r--src/sys/wait/P_PID.c1
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