1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Fix to get core file on Linux

This commit is contained in:
monty@hundin.mysql.fi
2002-11-05 00:04:36 +02:00
parent 09d8750f0a
commit 685dba5bac
4 changed files with 20 additions and 1 deletions

View File

@ -206,7 +206,7 @@ resolve it\n");
/* Produce a core for the thread */
#ifdef HAVE_LINUXTHREADS
#ifdef NOT_USED /* HAVE_LINUXTHREADS */
void write_core(int sig)
{
signal(sig, SIG_DFL);