mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
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>
|
||||
|
||||
* 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.
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user