From 0c67efdd68b9808542c090b9fd9920e4e37d85d0 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 1 Aug 2011 11:49:10 -0700 Subject: Fix bug 7462 - Non-standard SA_RESETHAND is used in ...lib/tevent/tevent_signal.c Make SA_RESETHAND conditional on its existance. Autobuild-User: Jeremy Allison Autobuild-Date: Mon Aug 1 22:03:45 CEST 2011 on sn-devel-104 --- lib/replace/system/wait.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/replace/system/wait.h') 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 #endif -#ifndef SA_RESETHAND -#define SA_RESETHAND SA_ONESHOT -#endif - #if !defined(HAVE_SIG_ATOMIC_T_TYPE) typedef int sig_atomic_t; #endif -- cgit