Update.
* signal/sigsetops.c: Make sure __USE_EXTERN_INLINES is defined.
This commit is contained in:
parent
9ea350a438
commit
16e866fa93
@ -1,5 +1,7 @@
|
|||||||
1998-10-08 Ulrich Drepper <drepper@cygnus.com>
|
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
|
* sysdeps/unix/sysv/linux/alpha/ioperm.c (platform): Add missing
|
||||||
Ruffian entry back.
|
Ruffian entry back.
|
||||||
Patch by Christian Gafton.
|
Patch by Christian Gafton.
|
||||||
|
@ -1,6 +1,11 @@
|
|||||||
/* Define the real-function versions of all inline functions
|
/* Define the real-function versions of all inline functions
|
||||||
defined in signal.h (or bits/sigset.h). */
|
defined in signal.h (or bits/sigset.h). */
|
||||||
|
|
||||||
|
#include <features.h>
|
||||||
|
|
||||||
#define _EXTERN_INLINE
|
#define _EXTERN_INLINE
|
||||||
|
#ifndef __USE_EXTERN_INLINES
|
||||||
|
# define __USE_EXTERN_INLINES 1
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "signal.h"
|
#include "signal.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user