about summary refs log tree commit diff
path: root/nptl/nptl-init.c
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2019-08-15 08:48:31 +0200
committerFlorian Weimer <fweimer@redhat.com>2019-08-15 08:48:31 +0200
commitdda373b00e812d14ac7e228d117f9047ceee38c9 (patch)
tree47fad5ff68bac62a5f761443adffea439fdea7ae /nptl/nptl-init.c
parentc54d86490300c29e00c20c8123388bd47f6fec76 (diff)
downloadglibc-dda373b00e812d14ac7e228d117f9047ceee38c9.tar.gz
glibc-dda373b00e812d14ac7e228d117f9047ceee38c9.tar.xz
glibc-dda373b00e812d14ac7e228d117f9047ceee38c9.zip
nptl: Move pthread_equal implementation into libc
Diffstat (limited to 'nptl/nptl-init.c')
-rw-r--r--nptl/nptl-init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/nptl/nptl-init.c b/nptl/nptl-init.c
index 73935f8be4..5734e21bd9 100644
--- a/nptl/nptl-init.c
+++ b/nptl/nptl-init.c
@@ -103,7 +103,6 @@ static const struct pthread_functions pthread_functions =
     .ptr___pthread_cond_wait_2_0 = __pthread_cond_wait_2_0,
     .ptr___pthread_cond_timedwait_2_0 = __pthread_cond_timedwait_2_0,
 # endif
-    .ptr_pthread_equal = __pthread_equal,
     .ptr___pthread_exit = __pthread_exit,
     .ptr_pthread_getschedparam = __pthread_getschedparam,
     .ptr_pthread_setschedparam = __pthread_setschedparam,