diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/include/port/win32.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/port/win32.h b/src/include/port/win32.h index d9574632238..b2ebdd4e3ff 100644 --- a/src/include/port/win32.h +++ b/src/include/port/win32.h @@ -1,4 +1,4 @@ -/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.32 2004/09/09 00:59:44 momjian Exp $ */ +/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.33 2004/09/14 03:50:17 tgl Exp $ */ /* undefine and redefine after #include */ #undef mkdir @@ -166,6 +166,7 @@ void _dosmaperr(unsigned long); #define SIGPIPE 13 #define SIGALRM 14 #define SIGSTOP 17 +#define SIGTSTP 18 #define SIGCONT 19 #define SIGCHLD 20 #define SIGTTIN 21 |