From 49e182c7376b0fa30c18d0b7003a8e84624494c0 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 21 May 2021 22:35:01 +0200 Subject: nptl: Remove remaining code from libpthread Only the placeholder compatibility symbols are left now. The __errno_location symbol was removed (moved) using scripts/move-symbol-to-libc.py. Reviewed-by: Adhemerval Zanella --- sysdeps/nptl/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sysdeps/nptl') diff --git a/sysdeps/nptl/Makefile b/sysdeps/nptl/Makefile index 632cd3686b..0707f130eb 100644 --- a/sysdeps/nptl/Makefile +++ b/sysdeps/nptl/Makefile @@ -16,10 +16,6 @@ # License along with the GNU C Library; if not, see # . -ifeq ($(subdir),nptl) -libpthread-sysdep_routines += errno-loc -endif - ifeq ($(subdir),rt) librt-sysdep_routines += timer_routines -- cgit 1.4.1