repo.or.cz
/
PostgreSQL.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix obsolete comment regarding FSM truncation.
[PostgreSQL.git]
/
src
/
include
/
port
/
nextstep.h
blob
853942c3840051c15614cdb79593e5dcacfcb6e3
1
/* $PostgreSQL$ */
2
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
);
9
10
#ifndef _POSIX_SOURCE
11
typedef
unsigned short
mode_t
;
12
typedef
int
sigset_t
;
13
14
#define SIG_BLOCK 00
15
#define SIG_UNBLOCK 01
16
#define SIG_SETMASK 02
17
#endif
18
19
#define NO_WAITPID