From 04b261bdc13afd1f7644c756a23df3d43d400fa4 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Tue, 14 May 2019 21:35:09 +0200 Subject: Linux: Add the tgkill function The tgkill function is sometimes used in crash handlers. follows the same approach as (which was added for the gettid system call wrapper). Reviewed-by: Carlos O'Donell --- sysdeps/unix/sysv/linux/i386/libc.abilist | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/unix/sysv/linux/i386') diff --git a/sysdeps/unix/sysv/linux/i386/libc.abilist b/sysdeps/unix/sysv/linux/i386/libc.abilist index 11bd8c601a..6f240d9a59 100644 --- a/sysdeps/unix/sysv/linux/i386/libc.abilist +++ b/sysdeps/unix/sysv/linux/i386/libc.abilist @@ -2204,6 +2204,7 @@ GLIBC_2.3.4 vm86 F GLIBC_2.3.4 xdr_quad_t F GLIBC_2.3.4 xdr_u_quad_t F GLIBC_2.30 gettid F +GLIBC_2.30 tgkill F GLIBC_2.30 twalk_r F GLIBC_2.4 __confstr_chk F GLIBC_2.4 __fgets_chk F -- cgit 1.4.1