aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/ChangeLog4
-rw-r--r--tests/backtrace.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog
index b76c44d9..71aa178d 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,3 +1,7 @@
+2019-03-04 Mark Wielaard <mark@klomp.org>
+
+ * backtrace.c (tgkill): Remove define.
+
2019-01-24 Mark Wielaard <mark@klomp.org>
* Makefile.am (system_elf_libelf_test_CPPFLAGS): Guard by
diff --git a/tests/backtrace.c b/tests/backtrace.c
index 05e8ef82..ecf55830 100644
--- a/tests/backtrace.c
+++ b/tests/backtrace.c
@@ -296,7 +296,6 @@ prepare_thread (pid_t pid2 __attribute__ ((unused)),
#include <asm/unistd.h>
#include <unistd.h>
-#define tgkill(pid, tid, sig) syscall (__NR_tgkill, (pid), (tid), (sig))
static void
report_pid (Dwfl *dwfl, pid_t pid)