comparison src/s/ptx4.h @ 26090:63fd40a97a75

s/usg5-4.h: (NSIG): Remove. (NSIG_MINIMUM): New macro. s/gnu-linux.h, s/hpux.h, s/iris3-5.h, s/iris3-6.h, s/umips.h, s/usg5-4.h: (SIGIO): Do not undef. (BROKEN_SIGIO): New macro. * s/gnu-linux.h: (SIGPOLL, SIGURG): Do not undef. (BROKEN_SIGPOLL, BROKEN_SIGURG): New macros. * s/ptx4.h: (SIGINFO): Do not undef. (BROKEN_SIGINFO): New macros. * s/ptx.h, s/template.h: Doc fix. * s/aix3-1.h, s/bsd4-1.h, s/dgux.h, s/gnu-linux.h, s/hiuxmpp.h, s/hpux.h, s/iris3-5.h, s/iris3-6.h, s/irix3-3.h, s/osf1.h, s/rtu.h, s/sunos4-1.h, s/unipl5-0.h, s/unipl5-2.h, s/usg5-0.h, s/usg5-2-2.h, s/usg5-2.h, s/usg5-3.h, s/xenix.h: (open, close, read, write, INTERRUPTIBLE_OPEN, INTERRUPTIBLE_CLOSE, INTERRUPTIBLE_IO): Remove. * s/sol2-5.h (_LARGEFILE_SOURCE, _FILE_OFFSET_BITS): New macros.
author Paul Eggert <eggert@twinsun.com>
date Tue, 19 Oct 1999 07:28:36 +0000
parents 4dc06f8c8c33
children 566fd2a966aa
comparison
equal deleted inserted replaced
26089:1a4c3573a216 26090:63fd40a97a75
6 #include "usg5-4.h" 6 #include "usg5-4.h"
7 7
8 /* Marcus Daniels <marcus@sysc.pdx.edu> says that SIGINFO is defined 8 /* Marcus Daniels <marcus@sysc.pdx.edu> says that SIGINFO is defined
9 on ptx4 but it is not a signal. Prevent process.c from doing the 9 on ptx4 but it is not a signal. Prevent process.c from doing the
10 wrong thing. */ 10 wrong thing. */
11 #undef SIGINFO 11 #define BROKEN_SIGINFO
12 12
13 /* Marcus Daniels <marcus@sysc.pdx.edu> says vfork does exist. */ 13 /* Marcus Daniels <marcus@sysc.pdx.edu> says vfork does exist. */
14 #define HAVE_VFORK 14 #define HAVE_VFORK
15 15
16 /* pae@dim.com (Phil Ernhardt) says this correction to 16 /* pae@dim.com (Phil Ernhardt) says this correction to