diff options
author | Guido van Rossum <guido@python.org> | 1997-09-09 03:50:59 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-09-09 03:50:59 +0000 |
commit | 1c0d851a32c9c271215572ed37cdd38d60125d04 (patch) | |
tree | ac9e9b801f9d88a1930ea9088486bf8e34b0f7b2 /Lib/irix5/WAIT.py | |
parent | 5c1f5bd5f64c2c60afa5221862fd220cd086c5c8 (diff) | |
download | cpython-git-1c0d851a32c9c271215572ed37cdd38d60125d04.tar.gz |
Renamed platform specific subdirectories to plat-*.
Diffstat (limited to 'Lib/irix5/WAIT.py')
-rwxr-xr-x | Lib/irix5/WAIT.py | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Lib/irix5/WAIT.py b/Lib/irix5/WAIT.py deleted file mode 100755 index bfd0133e84..0000000000 --- a/Lib/irix5/WAIT.py +++ /dev/null @@ -1,14 +0,0 @@ -# Generated by h2py from /usr/include/sys/wait.h -_WSTOPPED = 0177 -WNOHANG = 0100 -WEXITED = 0001 -WTRAPPED = 0002 -WSTOPPED = 0004 -WCONTINUED = 0010 -WNOWAIT = 0200 -WOPTMASK = (WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT) -WSTOPFLG = 0177 -WCONTFLG = 0177777 -WCOREFLAG = 0200 -WSIGMASK = 0177 -WUNTRACED = 0004 |