aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/pinfo.h
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-11-29 00:31:37 +0000
committerChristopher Faylor <me@cgf.cx>2003-11-29 00:31:37 +0000
commitb50fe8212fd825120f5c2bbf3d4f3afb684d27ad (patch)
tree42ec0d08fff5cee1e95eef25df9b0043f66e41f4 /winsup/cygwin/pinfo.h
parent62e070d72ead4e5376e1cc43bf5340b4c2888fc5 (diff)
downloadnewlib-b50fe8212fd825120f5c2bbf3d4f3afb684d27ad.zip
newlib-b50fe8212fd825120f5c2bbf3d4f3afb684d27ad.tar.gz
newlib-b50fe8212fd825120f5c2bbf3d4f3afb684d27ad.tar.bz2
* sigproc.cc (no_signals_available): Fix so that non-zero exit state is a true
condition rather than errnoneously only checking other states when exist_state was zero.
Diffstat (limited to 'winsup/cygwin/pinfo.h')
-rw-r--r--winsup/cygwin/pinfo.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/winsup/cygwin/pinfo.h b/winsup/cygwin/pinfo.h
index 0231349..a8ca9f9 100644
--- a/winsup/cygwin/pinfo.h
+++ b/winsup/cygwin/pinfo.h
@@ -10,10 +10,6 @@ details. */
#ifndef _PINFO_H
#define _PINFO_H
-/* Signal constants (have to define them here, unfortunately) */
-
-#define PSIZE 63
-
#include <sys/resource.h>
#include "thread.h"