about summary refs log tree commit diff
path: root/sysdeps/unix/bsd/bits/signum.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/bsd/bits/signum.h')
-rw-r--r--sysdeps/unix/bsd/bits/signum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/bsd/bits/signum.h b/sysdeps/unix/bsd/bits/signum.h
index a8d47af038..292782f7a6 100644
--- a/sysdeps/unix/bsd/bits/signum.h
+++ b/sysdeps/unix/bsd/bits/signum.h
@@ -19,7 +19,7 @@
 #ifndef _BITS_SIGNUM_H
 #define _BITS_SIGNUM_H 1
 
-#ifndef _SIGNAL_H
+#if !defined _SIGNAL_H && !defined _SYS_PARAM_H
 #error "Never include <bits/signum.h> directly; use <signal.h> instead."
 #endif