From cd2b5379fc8fa51a7117185094ff070105abc749 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 17 Oct 2001 06:02:35 +0000 Subject: Fix up sig handling so it is more in sync with glibc behavior --- libc/signal/sigsetops.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libc/signal/sigsetops.c (limited to 'libc/signal/sigsetops.c') diff --git a/libc/signal/sigsetops.c b/libc/signal/sigsetops.c new file mode 100644 index 000000000..0317662a1 --- /dev/null +++ b/libc/signal/sigsetops.c @@ -0,0 +1,11 @@ +/* Define the real-function versions of all inline functions + defined in signal.h (or bits/sigset.h). */ + +#include + +#define _EXTERN_INLINE +#ifndef __USE_EXTERN_INLINES +# define __USE_EXTERN_INLINES 1 +#endif + +#include "signal.h" -- cgit v1.2.3