* signal/sigsetops.c: Make sure __USE_EXTERN_INLINES is defined.
This commit is contained in:
Ulrich Drepper 1998-10-08 16:12:50 +00:00
parent 9ea350a438
commit 16e866fa93
2 changed files with 7 additions and 0 deletions

View File

@ -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.

View File

@ -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"