diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | signal/sigsetops.c | 5 |
2 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,7 @@ 1998-10-08 Ulrich Drepper <drepper@cygnus.com> + * signal/sigsetops.c: Make sure __USE_EXTERN_INLINES is defined. + * sysdeps/unix/sysv/linux/alpha/ioperm.c (platform): Add missing Ruffian entry back. Patch by Christian Gafton. diff --git a/signal/sigsetops.c b/signal/sigsetops.c index 9a3a834..0317662 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" |