lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 1 | /* 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" |