summaryrefslogtreecommitdiff
path: root/configure.cmake
diff options
context:
space:
mode:
authorSergey Vojtovich <svoj@mariadb.org>2020-04-28 14:25:42 +0400
committerDaniel Black <daniel@mariadb.org>2020-10-15 18:42:31 +1100
commit9bd9c56d77e7799507796d270b55e9f6519c396c (patch)
tree03bc29a5bd0ee5e885c285e29b68be28ba18b745 /configure.cmake
parenta6f956488c712bef3b13660584d1b905e0c676cc (diff)
downloadmariadb-git-bb-10.4-svoj.tar.gz
MDEV-19508 - Issue with: #define SI_KERNELbb-10.4-svoj
Reverted 07e9b1389, use setsid() instead. Conventional use of SIGHUP to dump daemon information or flush caches assumes preceeding setsid() call. Ideally we should not setup SIGHUP handler in bootstrap and (probably) debug_gdb modes. Additional information on SysV style and systemd style daemons: https://www.freedesktop.org/software/systemd/man/daemon.html
Diffstat (limited to 'configure.cmake')
-rw-r--r--configure.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.cmake b/configure.cmake
index b31c9e48388..6a511cb9381 100644
--- a/configure.cmake
+++ b/configure.cmake
@@ -400,7 +400,6 @@ CHECK_FUNCTION_EXISTS (setlocale HAVE_SETLOCALE)
CHECK_FUNCTION_EXISTS (sigaction HAVE_SIGACTION)
CHECK_FUNCTION_EXISTS (sigthreadmask HAVE_SIGTHREADMASK)
CHECK_FUNCTION_EXISTS (sigwait HAVE_SIGWAIT)
-CHECK_FUNCTION_EXISTS (sigwaitinfo HAVE_SIGWAITINFO)
CHECK_FUNCTION_EXISTS (sigset HAVE_SIGSET)
CHECK_FUNCTION_EXISTS (sleep HAVE_SLEEP)
CHECK_FUNCTION_EXISTS (snprintf HAVE_SNPRINTF)