blob: 0317662a1423fd1db4b9715967e30b30dce52ae1 (
plain)
1
2
3
4
5
6
7
8
9
10
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"
|