diff options
Diffstat (limited to 'lib/replace')
-rw-r--r-- | lib/replace/system/wait.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/replace/system/wait.h b/lib/replace/system/wait.h index 41db1806a5..f0c3bdccab 100644 --- a/lib/replace/system/wait.h +++ b/lib/replace/system/wait.h @@ -40,10 +40,6 @@ #include <setjmp.h> #endif -#ifndef SA_RESETHAND -#define SA_RESETHAND SA_ONESHOT -#endif - #if !defined(HAVE_SIG_ATOMIC_T_TYPE) typedef int sig_atomic_t; #endif |