aboutsummaryrefslogtreecommitdiff
path: root/nptl/nptl-init.c
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2019-08-30 07:33:02 +0200
committerFlorian Weimer <fweimer@redhat.com>2019-08-30 07:33:02 +0200
commit9743c6272df3d4f4c37cc98e68fab83bf3f57efb (patch)
treef1d6be2c8ce9caa13cbd03b72d2a7ddaa3ad989b /nptl/nptl-init.c
parenta644a4b2139c7f2a79392431fc8e3413f0e1da04 (diff)
downloadglibc-9743c6272df3d4f4c37cc98e68fab83bf3f57efb.zip
glibc-9743c6272df3d4f4c37cc98e68fab83bf3f57efb.tar.gz
glibc-9743c6272df3d4f4c37cc98e68fab83bf3f57efb.tar.bz2
nptl: Move pthread_attr_getinheritsched implementation into libc
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
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 4594cf5..80fa46f 100644
--- a/nptl/nptl-init.c
+++ b/nptl/nptl-init.c
@@ -72,7 +72,6 @@ void __nptl_set_robust (struct pthread *);
#ifdef SHARED
static const struct pthread_functions pthread_functions =
{
- .ptr_pthread_attr_getinheritsched = __pthread_attr_getinheritsched,
.ptr_pthread_attr_setinheritsched = __pthread_attr_setinheritsched,
.ptr_pthread_attr_getschedparam = __pthread_attr_getschedparam,
.ptr_pthread_attr_setschedparam = __pthread_attr_setschedparam,