From b50fe8212fd825120f5c2bbf3d4f3afb684d27ad Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 29 Nov 2003 00:31:37 +0000 Subject: * 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. --- winsup/cygwin/pinfo.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'winsup/cygwin/pinfo.h') diff --git a/winsup/cygwin/pinfo.h b/winsup/cygwin/pinfo.h index 02313492a..a8ca9f92f 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 #include "thread.h" -- cgit v1.2.3