about summary refs log tree commit diff
path: root/hurd
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-04-06 00:37:26 +0000
committerRoland McGrath <roland@gnu.org>1995-04-06 00:37:26 +0000
commite627021e1b0820de765e0e1d09aa2019539d5bbe (patch)
tree8357dc0d5369480b14f621b143efec8a3b47bc43 /hurd
parentc0fef53b1e038a29ea57825af88fceeebdab874e (diff)
downloadglibc-e627021e1b0820de765e0e1d09aa2019539d5bbe.tar.gz
glibc-e627021e1b0820de765e0e1d09aa2019539d5bbe.tar.xz
glibc-e627021e1b0820de765e0e1d09aa2019539d5bbe.zip
* hurd/hurdinline.c: Include signal.h first, so we don't define
 	its inlines too.

	* sysdeps/unix/sysv/sysv4/sigset.h (__sigfillset): Use ~0L instead
 	of -1 to avoid compiler warning.

	* configure.in (host_os=linux*): Set elf=yes for this, not just
 	linux*elf*.
Diffstat (limited to 'hurd')
-rw-r--r--hurd/hurdinline.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/hurd/hurdinline.c b/hurd/hurdinline.c
index 12a5be6508..5d85c9e4f0 100644
--- a/hurd/hurdinline.c
+++ b/hurd/hurdinline.c
@@ -1,5 +1,6 @@
-/* Include this first to avoid defining its inline functions.  */
+/* Include these first to avoid defining their inline functions.  */
 #include <lock-intern.h>
+#include <signal.h>
 
 #undef _EXTERN_INLINE
 #define _EXTERN_INLINE /* Define the real function. */