Revert "Support SIGSTOP and SIGCONT"

This reverts commit 2325d47952.
This commit is contained in:
Masamichi Takagi
2014-09-10 18:19:17 +09:00
parent 2325d47952
commit 7ca4ca4d37
3 changed files with 1 additions and 57 deletions

View File

@@ -51,7 +51,6 @@
#define PS_UNINTERRUPTIBLE 0x4
#define PS_ZOMBIE 0x8
#define PS_EXITED 0x10
#define PS_STOPPED 0x20
#define PS_NORMAL (PS_INTERRUPTIBLE | PS_UNINTERRUPTIBLE)