1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00
* 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,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"