mirror of https://github.com/sysown/proxysql
Merge pull request #5171 from sysown/v3.0.3-upgrade_coredumper
V3.0.3 upgrade coredumper to percona fork hash 8f2623bpull/5184/head
commit
08014501e1
@ -1 +1 @@
|
||||
coredumper-cb6cead
|
||||
coredumper-8f2623b
|
||||
Binary file not shown.
Binary file not shown.
@ -1,11 +0,0 @@
|
||||
--- coredumper/src/thread_lister.c 2022-12-07 14:57:26.000000000 +0000
|
||||
+++ coredumper.patched/src/thread_lister.c 2024-07-09 10:58:42.500458663 +0000
|
||||
@@ -35,6 +35,8 @@
|
||||
|
||||
#include <stdio.h> /* needed for NULL on some powerpc platforms (?!) */
|
||||
#include <sys/prctl.h>
|
||||
+#include <sys/types.h>
|
||||
+#include <unistd.h>
|
||||
|
||||
#include "linuxthreads.h"
|
||||
/* Include other thread listers here that define THREADS macro
|
||||
Loading…
Reference in new issue