aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/port/win32_port.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/include/port/win32_port.h b/src/include/port/win32_port.h
index 7900272e8d1..ff7028bdc81 100644
--- a/src/include/port/win32_port.h
+++ b/src/include/port/win32_port.h
@@ -154,14 +154,6 @@
#define sigmask(sig) ( 1 << ((sig)-1) )
-/* Signal function return values */
-#undef SIG_DFL
-#undef SIG_ERR
-#undef SIG_IGN
-#define SIG_DFL ((pqsigfunc)0)
-#define SIG_ERR ((pqsigfunc)-1)
-#define SIG_IGN ((pqsigfunc)1)
-
/* Some extra signals */
#define SIGHUP 1
#define SIGQUIT 3