summaryrefslogtreecommitdiff
path: root/lib/replace/system
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2011-08-01 11:49:10 -0700
committerJeremy Allison <jra@samba.org>2011-08-01 22:03:45 +0200
commit0c67efdd68b9808542c090b9fd9920e4e37d85d0 (patch)
treee3d1a5a37f072940692ef8182e5a763f260c8f94 /lib/replace/system
parent7585057a22beda5bac2b98c7488e994880927daf (diff)
downloadsamba-0c67efdd68b9808542c090b9fd9920e4e37d85d0.tar.gz
samba-0c67efdd68b9808542c090b9fd9920e4e37d85d0.tar.bz2
samba-0c67efdd68b9808542c090b9fd9920e4e37d85d0.zip
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 <jra@samba.org> Autobuild-Date: Mon Aug 1 22:03:45 CEST 2011 on sn-devel-104
Diffstat (limited to 'lib/replace/system')
-rw-r--r--lib/replace/system/wait.h4
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