diff options
Diffstat (limited to 'winsup/cygwin/pinfo.h')
-rw-r--r-- | winsup/cygwin/pinfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/pinfo.h b/winsup/cygwin/pinfo.h index 2be262314..7f46850a6 100644 --- a/winsup/cygwin/pinfo.h +++ b/winsup/cygwin/pinfo.h @@ -1,6 +1,6 @@ /* pinfo.h: process table info - Copyright 2000 Cygnus Solutions. + Copyright 2000, 2001 Red Hat, Inc. This file is part of Cygwin. @@ -14,7 +14,7 @@ enum { __SIGFLUSH = -2, __SIGSTRACE = -1, - __SIGCHILDSTOPPED = 0, + __SIGUNUSED = 0, __SIGOFFSET = 3 }; |