diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-05-21 22:35:01 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-05-21 22:35:01 +0200 |
commit | 49e182c7376b0fa30c18d0b7003a8e84624494c0 (patch) | |
tree | 0072f8841d2e08f644a7f69659773425054df997 /sysdeps/nptl | |
parent | f47f1d91af985a9028fb399da21eab460d887a15 (diff) | |
download | glibc-49e182c7376b0fa30c18d0b7003a8e84624494c0.tar.gz glibc-49e182c7376b0fa30c18d0b7003a8e84624494c0.tar.xz glibc-49e182c7376b0fa30c18d0b7003a8e84624494c0.zip |
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 <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/nptl')
-rw-r--r-- | sysdeps/nptl/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
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 # <https://www.gnu.org/licenses/>. -ifeq ($(subdir),nptl) -libpthread-sysdep_routines += errno-loc -endif - ifeq ($(subdir),rt) librt-sysdep_routines += timer_routines |