Fix obsolete comment regarding FSM truncation.
[PostgreSQL.git] / src / include / port / nextstep.h
blob853942c3840051c15614cdb79593e5dcacfcb6e3
1 /* $PostgreSQL$ */
3 #include "libc.h"
4 #include <sys/ioctl.h>
5 #if defined(__STRICT_ANSI__)
6 #define isascii(c) ((unsigned)(c)<=0177)
7 #endif
8 extern char *strdup(const char *string);
10 #ifndef _POSIX_SOURCE
11 typedef unsigned short mode_t;
12 typedef int sigset_t;
14 #define SIG_BLOCK 00
15 #define SIG_UNBLOCK 01
16 #define SIG_SETMASK 02
17 #endif
19 #define NO_WAITPID