From: Ulrich Drepper Date: Thu, 8 Oct 1998 16:12:50 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_0_98~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16e866fa93d88793576cfc3580bc03e6714661d8;p=thirdparty%2Fglibc.git Update. * signal/sigsetops.c: Make sure __USE_EXTERN_INLINES is defined. --- diff --git a/ChangeLog b/ChangeLog index b77550d3608..c2fbad4acdf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1998-10-08 Ulrich Drepper + * 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 9a3a834d5b2..0317662a142 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 + #define _EXTERN_INLINE +#ifndef __USE_EXTERN_INLINES +# define __USE_EXTERN_INLINES 1 +#endif #include "signal.h"