diff options
author | Guido van Rossum <guido@python.org> | 1997-09-09 03:50:59 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-09-09 03:50:59 (GMT) |
commit | 1c0d851a32c9c271215572ed37cdd38d60125d04 (patch) | |
tree | ac9e9b801f9d88a1930ea9088486bf8e34b0f7b2 /Lib/sunos4/WAIT.py | |
parent | 5c1f5bd5f64c2c60afa5221862fd220cd086c5c8 (diff) | |
download | cpython-1c0d851a32c9c271215572ed37cdd38d60125d04.zip cpython-1c0d851a32c9c271215572ed37cdd38d60125d04.tar.gz cpython-1c0d851a32c9c271215572ed37cdd38d60125d04.tar.bz2 |
Renamed platform specific subdirectories to plat-*.
Diffstat (limited to 'Lib/sunos4/WAIT.py')
-rwxr-xr-x | Lib/sunos4/WAIT.py | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Lib/sunos4/WAIT.py b/Lib/sunos4/WAIT.py deleted file mode 100755 index 43612f0..0000000 --- a/Lib/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 |