blob: 0317662a1423fd1db4b9715967e30b30dce52ae1 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001/* Define the real-function versions of all inline functions
2 defined in signal.h (or bits/sigset.h). */
3
4#include <features.h>
5
6#define _EXTERN_INLINE
7#ifndef __USE_EXTERN_INLINES
8# define __USE_EXTERN_INLINES 1
9#endif
10
11#include "signal.h"