summaryrefslogtreecommitdiffstats
path: root/Lib/plat-sunos4/WAIT.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/plat-sunos4/WAIT.py')
-rwxr-xr-xLib/plat-sunos4/WAIT.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/Lib/plat-sunos4/WAIT.py b/Lib/plat-sunos4/WAIT.py
deleted file mode 100755
index 43612f0..0000000
--- a/Lib/plat-sunos4/WAIT.py
+++ /dev/null
@@ -1,13 +0,0 @@
-# Generated by h2py from /usr/include/sys/wait.h
-WUNTRACED = 0004
-WNOHANG = 0100
-WEXITED = 0001
-WTRAPPED = 0002
-WSTOPPED = WUNTRACED
-WCONTINUED = 0010
-WNOWAIT = 0200
-WOPTMASK = (WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT)
-WSTOPFLG = 0177
-WCONTFLG = 0177777
-WCOREFLG = 0200
-WSIGMASK = 0177