diff options
author | Florian Weimer <fweimer@redhat.com> | 2019-08-15 08:48:31 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2019-08-15 08:48:31 +0200 |
commit | dda373b00e812d14ac7e228d117f9047ceee38c9 (patch) | |
tree | 47fad5ff68bac62a5f761443adffea439fdea7ae /nptl/nptl-init.c | |
parent | c54d86490300c29e00c20c8123388bd47f6fec76 (diff) | |
download | glibc-dda373b00e812d14ac7e228d117f9047ceee38c9.tar.gz |
nptl: Move pthread_equal implementation into libc
Diffstat (limited to 'nptl/nptl-init.c')
-rw-r--r-- | nptl/nptl-init.c | 1 |
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, |