From bd215ef170fb85b7572b617dacdeab26edd3d21c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 25 Sep 2016 20:28:03 +0200 Subject: always assume tgkill is present We do not support 2.4 Linux kernels anyway, and almost all newer 2.6 kernels should have tgkill syscall. Cleanup the raise situation, pt-raise.c is unused, sync raise.c with latest GNU libc. Signed-off-by: Waldemar Brodkorb --- libpthread/nptl/sysdeps/xtensa/Makefile.arch | 2 -- 1 file changed, 2 deletions(-) (limited to 'libpthread/nptl/sysdeps/xtensa/Makefile.arch') diff --git a/libpthread/nptl/sysdeps/xtensa/Makefile.arch b/libpthread/nptl/sysdeps/xtensa/Makefile.arch index 23461177c..2c1fc1b5c 100644 --- a/libpthread/nptl/sysdeps/xtensa/Makefile.arch +++ b/libpthread/nptl/sysdeps/xtensa/Makefile.arch @@ -15,8 +15,6 @@ # License along with the GNU C Library; see the file COPYING.LIB. If # not, see . -CFLAGS-pt-raise.c = -DNOT_IN_libc -DIS_IN_libpthread - ASFLAGS-dl-tlsdesc.S = -DNOT_IN_libc=1 ASFLAGS-pthread_spin_lock.S = -DNOT_IN_libc -DIS_IN_libpthread ASFLAGS-pthread_spin_trylock.S = -DNOT_IN_libc -DIS_IN_libpthread -- cgit v1.2.3