diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-05-21 12:09:07 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-05-21 12:09:07 +0200 |
commit | 06a36b70f946548d7bc5bc1b163d1ecf877da071 (patch) | |
tree | dab81a4a6daf514a4385e9c3fb752e6bfb850c0a /nptl/Makefile | |
parent | 6abf27980a947f9b6e514d6b33b83059d39566ae (diff) | |
download | glibc-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/Makefile | 1 |
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 \ |