aboutsummaryrefslogtreecommitdiff
path: root/nptl/Makefile
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-05-21 12:09:07 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-05-21 12:09:07 +0200
commit06a36b70f946548d7bc5bc1b163d1ecf877da071 (patch)
treedab81a4a6daf514a4385e9c3fb752e6bfb850c0a /nptl/Makefile
parent6abf27980a947f9b6e514d6b33b83059d39566ae (diff)
downloadglibc-06a36b70f946548d7bc5bc1b163d1ecf877da071.zip
glibc-06a36b70f946548d7bc5bc1b163d1ecf877da071.tar.gz
glibc-06a36b70f946548d7bc5bc1b163d1ecf877da071.tar.bz2
nptl: Remove unused __libc_pthread_init function
Fixes commit 732139dabeda7ecce0d56200bc176251e759ccde ("Linux: Move __reclaim_stacks into the fork implementation in libc").
Diffstat (limited to 'nptl/Makefile')
-rw-r--r--nptl/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile
index bd5a9ce..700027c 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -45,7 +45,6 @@ routines = \
futex-internal \
libc-cleanup \
libc_multiple_threads \
- libc_pthread_init \
lowlevellock \
nptl-stack \
nptl_deallocate_tsd \