summaryrefslogtreecommitdiffstats
path: root/src/os_unixx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/os_unixx.h')
-rw-r--r--src/os_unixx.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/os_unixx.h b/src/os_unixx.h
index 3d1927bed6..94ec541821 100644
--- a/src/os_unixx.h
+++ b/src/os_unixx.h
@@ -10,14 +10,7 @@
* os_unixx.h -- include files that are only used in os_unix.c
*/
-/*
- * Stuff for signals
- */
-#if defined(HAVE_SIGSET) && !defined(signal)
-# define signal sigset
-#endif
-
- // Sun's sys/ioctl.h redefines symbols from termio world
+// Sun's sys/ioctl.h redefines symbols from termio world
#if defined(HAVE_SYS_IOCTL_H) && !defined(SUN_SYSTEM)
# include <sys/ioctl.h>
#endif