about summary refs log tree commit diff
path: root/signal/sigsetops.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-10-08 16:12:50 +0000
committerUlrich Drepper <drepper@redhat.com>1998-10-08 16:12:50 +0000
commit16e866fa93d88793576cfc3580bc03e6714661d8 (patch)
tree68c28ba5fd6ed146b47cd5be6a3eb9f19f6d7228 /signal/sigsetops.c
parent9ea350a43822aba72c47db917b26f366730ab815 (diff)
downloadglibc-16e866fa93d88793576cfc3580bc03e6714661d8.tar.gz
glibc-16e866fa93d88793576cfc3580bc03e6714661d8.tar.xz
glibc-16e866fa93d88793576cfc3580bc03e6714661d8.zip
Update.
	* signal/sigsetops.c: Make sure __USE_EXTERN_INLINES is defined.
Diffstat (limited to 'signal/sigsetops.c')
-rw-r--r--signal/sigsetops.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/signal/sigsetops.c b/signal/sigsetops.c
index 9a3a834d5b..0317662a14 100644
--- a/signal/sigsetops.c
+++ b/signal/sigsetops.c
@@ -1,6 +1,11 @@
 /* Define the real-function versions of all inline functions
    defined in signal.h (or bits/sigset.h).  */
 
+#include <features.h>
+
 #define _EXTERN_INLINE
+#ifndef __USE_EXTERN_INLINES
+# define __USE_EXTERN_INLINES	1
+#endif
 
 #include "signal.h"