summaryrefslogtreecommitdiff
path: root/winsup/cygwin/sigproc.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/sigproc.h')
-rw-r--r--winsup/cygwin/sigproc.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/winsup/cygwin/sigproc.h b/winsup/cygwin/sigproc.h
index 8f648b1d512..8a01a6748f1 100644
--- a/winsup/cygwin/sigproc.h
+++ b/winsup/cygwin/sigproc.h
@@ -34,9 +34,7 @@ enum procstuff
PROC_CHILDTERMINATED = 2, // a child died
PROC_CLEARWAIT = 3, // clear all waits - signal arrived
PROC_WAIT = 4, // setup for wait() for subproc
- PROC_CHILDSTOPPED = 5, // register process as "stopped"
- PROC_CHILDCONTINUED = 6, // remove process from "stopped" list
- PROC_NOTHING = 7 // nothing, really
+ PROC_NOTHING = 5 // nothing, really
};
struct sigpacket