sigsetops.c 244 B

1234567891011
  1. /* Define the real-function versions of all inline functions
  2. defined in signal.h (or bits/sigset.h). */
  3. #include <features.h>
  4. #define _EXTERN_INLINE
  5. #ifndef __USE_EXTERN_INLINES
  6. # define __USE_EXTERN_INLINES 1
  7. #endif
  8. #include "signal.h"