diff options
author | Alexey Kopytov <Alexey.Kopytov@Sun.com> | 2010-07-01 12:10:35 +0400 |
---|---|---|
committer | Alexey Kopytov <Alexey.Kopytov@Sun.com> | 2010-07-01 12:10:35 +0400 |
commit | 988dc2300009ba6529ced9ab55cecb6c6bbc008e (patch) | |
tree | 1989c6cbbeb0d5161a1adbab84f88f0396de4777 /include/my_global.h | |
parent | a6220d8279d80f012edd4e76f34220e8c80c25b4 (diff) | |
parent | ac89d92625a0ebf7ba70de0412b38e5cefdf2dda (diff) | |
download | mariadb-git-988dc2300009ba6529ced9ab55cecb6c6bbc008e.tar.gz |
Automerge.
Diffstat (limited to 'include/my_global.h')
-rw-r--r-- | include/my_global.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/my_global.h b/include/my_global.h index e284acce186..e13c7c37b62 100644 --- a/include/my_global.h +++ b/include/my_global.h @@ -541,8 +541,8 @@ extern "C" int madvise(void *addr, size_t len, int behav); #endif /* Does the system remember a signal handler after a signal ? */ -#ifndef HAVE_BSD_SIGNALS -#define DONT_REMEMBER_SIGNAL +#if !defined(HAVE_BSD_SIGNALS) && !defined(HAVE_SIGACTION) +#define SIGNAL_HANDLER_RESET_ON_DELIVERY #endif /* Define void to stop lint from generating "null effekt" comments */ |