diff options
| author | Bruce Momjian <bruce@momjian.us> | 1997-09-07 05:04:48 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1997-09-07 05:04:48 +0000 |
| commit | 1ccd423235a48739d6f7a4d7889705b5f9ecc69b (patch) | |
| tree | 8001c4e839dfad8f29ceda7f8c5f5dbb8759b564 /src/include/port/nextstep.h | |
| parent | 8fecd4febf8357f3cc20383ed29ced484877d5ac (diff) | |
| download | postgresql-1ccd423235a48739d6f7a4d7889705b5f9ecc69b.tar.gz | |
Massive commit to run PGINDENT on all *.c and *.h files.
Diffstat (limited to 'src/include/port/nextstep.h')
| -rw-r--r-- | src/include/port/nextstep.h | 36 |
1 files changed, 19 insertions, 17 deletions
diff --git a/src/include/port/nextstep.h b/src/include/port/nextstep.h index ca078ab10d..f893b48b03 100644 --- a/src/include/port/nextstep.h +++ b/src/include/port/nextstep.h @@ -1,18 +1,20 @@ -# include <libc.h> -# include <sys/ioctl.h> -# if defined(__STRICT_ANSI__) -# define isascii(c) ((unsigned)(c)<=0177) -# endif - extern char* strdup (const char* string); -# ifndef _POSIX_SOURCE - typedef unsigned short mode_t; - typedef int sigset_t; -# define SIG_BLOCK 00 -# define SIG_UNBLOCK 01 -# define SIG_SETMASK 02 -# define NEED_SIG_JMP -# endif +#include <libc.h> +#include <sys/ioctl.h> +#if defined(__STRICT_ANSI__) +#define isascii(c) ((unsigned)(c)<=0177) +#endif +extern char *strdup(const char *string); -# define JMP_BUF -# define NO_WAITPID - typedef struct mutex slock_t; +#ifndef _POSIX_SOURCE +typedef unsigned short mode_t; +typedef int sigset_t; + +#define SIG_BLOCK 00 +#define SIG_UNBLOCK 01 +#define SIG_SETMASK 02 +#define NEED_SIG_JMP +#endif + +#define JMP_BUF +#define NO_WAITPID +typedef struct mutex slock_t; |
