]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
nptl: Move pthread_attr_getschedparam implementation into libc
authorFlorian Weimer <fweimer@redhat.com>
Mon, 7 Oct 2019 13:49:48 +0000 (15:49 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Mon, 7 Oct 2019 13:49:48 +0000 (15:49 +0200)
This is part of the libpthread removal project:

  <https://sourceware.org/ml/libc-alpha/2019-10/msg00080.html>

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
33 files changed:
ChangeLog
nptl/Makefile
nptl/Versions
nptl/forward.c
nptl/nptl-init.c
sysdeps/nptl/pthread-functions.h
sysdeps/unix/sysv/linux/aarch64/libpthread.abilist
sysdeps/unix/sysv/linux/alpha/libpthread.abilist
sysdeps/unix/sysv/linux/arm/be/libpthread.abilist
sysdeps/unix/sysv/linux/arm/le/libpthread.abilist
sysdeps/unix/sysv/linux/csky/libpthread.abilist
sysdeps/unix/sysv/linux/hppa/libpthread.abilist
sysdeps/unix/sysv/linux/i386/libpthread.abilist
sysdeps/unix/sysv/linux/ia64/libpthread.abilist
sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist
sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist
sysdeps/unix/sysv/linux/microblaze/be/libpthread.abilist
sysdeps/unix/sysv/linux/microblaze/le/libpthread.abilist
sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist
sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist
sysdeps/unix/sysv/linux/nios2/libpthread.abilist
sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist
sysdeps/unix/sysv/linux/powerpc/powerpc64/be/libpthread.abilist
sysdeps/unix/sysv/linux/powerpc/powerpc64/le/libpthread.abilist
sysdeps/unix/sysv/linux/riscv/rv64/libpthread.abilist
sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist
sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist
sysdeps/unix/sysv/linux/sh/be/libpthread.abilist
sysdeps/unix/sysv/linux/sh/le/libpthread.abilist
sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist
sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist
sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist
sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist

index a1da75b0f0096101eb7f16cc46eac83c67e1e8d9..47f60ef725012e46c1506d7357f832acb2cc8c6f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,70 @@
+2019-10-07  Florian Weimer  <fweimer@redhat.com>
+
+       nptl: Move pthread_attr_getschedparam implementation into libc.
+       * nptl/Makefile (routines): Add pthread_attr_getschedparam.
+       (libpthread-routines): Remove pthread_attr_getschedparam.
+       * nptl/Versions (libpthread GLIBC_2.0): Remove
+       pthread_attr_getschedparam.
+       * nptl/forward.c (pthread_attr_getschedparam): Remove definition.
+       * nptl/nptl-init.c (pthread_functions): Remove initializer for
+       ptr_pthread_attr_getschedparam.
+       * sysdeps/nptl/pthread-functions.h (struct pthread_functions):
+       Remove ptr_pthread_attr_getschedparam member.
+       * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist (GLIBC_2.17):
+       Remove pthread_attr_getschedparam.
+       * sysdeps/unix/sysv/linux/alpha/libpthread.abilist (GLIBC_2.0):
+       Likewise.
+       * sysdeps/unix/sysv/linux/arm/be/libpthread.abilist (GLIBC_2.4):
+       Likewise.
+       * sysdeps/unix/sysv/linux/arm/le/libpthread.abilist (GLIBC_2.4):
+       Likewise.
+       * sysdeps/unix/sysv/linux/csky/libpthread.abilist (GLIBC_2.29):
+       Likewise.
+       * sysdeps/unix/sysv/linux/hppa/libpthread.abilist (GLIBC_2.2):
+       Likewise.
+       * sysdeps/unix/sysv/linux/i386/libpthread.abilist (GLIBC_2.0):
+       Likewise.
+       * sysdeps/unix/sysv/linux/ia64/libpthread.abilist (GLIBC_2.2):
+       Likewise.
+       * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist
+       (GLIBC_2.4): Likewise.
+       * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist
+       (GLIBC_2.0): Likewise.
+       * sysdeps/unix/sysv/linux/microblaze/be/libpthread.abilist
+       (GLIBC_2.18): Likewise.
+       * sysdeps/unix/sysv/linux/microblaze/le/libpthread.abilist
+       (GLIBC_2.18): Likewise.
+       * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist
+       (GLIBC_2.0): Likewise.
+       * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist
+       (GLIBC_2.0): Likewise.
+       * sysdeps/unix/sysv/linux/nios2/libpthread.abilist (GLIBC_2.21):
+       Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist
+       (GLIBC_2.0): Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc64/be/libpthread.abilist
+       (GLIBC_2.3): Likewise.
+       * sysdeps/unix/sysv/linux/powerpc/powerpc64/le/libpthread.abilist
+       (GLIBC_2.17): Likewise.
+       * sysdeps/unix/sysv/linux/riscv/rv64/libpthread.abilist
+       (GLIBC_2.27): Likewise.
+       * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist
+       (GLIBC_2.0): Likewise.
+       * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist
+       (GLIBC_2.2): Likewise.
+       * sysdeps/unix/sysv/linux/sh/be/libpthread.abilist (GLIBC_2.2):
+       Likewise.
+       * sysdeps/unix/sysv/linux/sh/le/libpthread.abilist (GLIBC_2.2):
+       Likewise.
+       * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist
+       (GLIBC_2.0): Likewise.
+       * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist
+       (GLIBC_2.2): Likewise.
+       * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist
+       (GLIBC_2.2.5): Likewise.
+       * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist
+       (GLIBC_2.16): Likewise.
+
 2019-10-04  Florian Weimer  <fweimer@redhat.com>
 
        [BZ #24930]
index 53c556e50377ba28055648c035a2192c04d303d0..5ade150b62a05350592bcbe57cbd6e981ecfaeae 100644 (file)
@@ -33,7 +33,7 @@ routines = alloca_cutoff forward libc-lowlevellock libc-cancellation \
           thrd_equal thrd_sleep thrd_yield pthread_equal \
           pthread_attr_destroy pthread_attr_init pthread_attr_getdetachstate \
           pthread_attr_setdetachstate pthread_attr_getinheritsched \
-          pthread_attr_setinheritsched
+          pthread_attr_setinheritsched pthread_attr_getschedparam
 shared-only-routines = forward
 static-only-routines = pthread_atfork
 
@@ -57,7 +57,7 @@ libpthread-routines = nptl-init nptlfreeres vars events version pt-interp \
                      pthread_getschedparam pthread_setschedparam \
                      pthread_setschedprio \
                      pthread_attr_getguardsize pthread_attr_setguardsize \
-                     pthread_attr_getschedparam pthread_attr_setschedparam \
+                     pthread_attr_setschedparam \
                      pthread_attr_getschedpolicy pthread_attr_setschedpolicy \
                      pthread_attr_getscope pthread_attr_setscope \
                      pthread_attr_getstackaddr pthread_attr_setstackaddr \
index 70af2738d22be975a44b591bac7e7ab7fb8d2f41..4fa73bfa003e6d01e49247d15f7183d9a4b2b85a 100644 (file)
@@ -49,7 +49,7 @@ libpthread {
 
     pthread_getschedparam; pthread_setschedparam;
 
-    pthread_attr_getschedparam; pthread_attr_setschedparam;
+    pthread_attr_setschedparam;
     pthread_attr_getschedpolicy; pthread_attr_setschedpolicy;
     pthread_attr_getscope; pthread_attr_setscope;
 
index 807682cfacfaa7fa81ccf0a659d05a0877ea04cf..f5e7730026f586f77b40c7fee4acc2eafc6ffee2 100644 (file)
@@ -56,9 +56,6 @@ name decl                                                                   \
   FORWARD2 (name, int, decl, params, return defretval)
 
 
-FORWARD (pthread_attr_getschedparam,
-        (const pthread_attr_t *attr, struct sched_param *param),
-        (attr, param), 0)
 FORWARD (pthread_attr_setschedparam,
         (pthread_attr_t *attr, const struct sched_param *param),
         (attr, param), 0)
index 0a317a9572c06392149d526b8b1578f5067b82af..909668c28aeaa65c396d4ed17dd62e37fca798c5 100644 (file)
@@ -72,7 +72,6 @@ void __nptl_set_robust (struct pthread *);
 #ifdef SHARED
 static const struct pthread_functions pthread_functions =
   {
-    .ptr_pthread_attr_getschedparam = __pthread_attr_getschedparam,
     .ptr_pthread_attr_setschedparam = __pthread_attr_setschedparam,
     .ptr_pthread_attr_getschedpolicy = __pthread_attr_getschedpolicy,
     .ptr_pthread_attr_setschedpolicy = __pthread_attr_setschedpolicy,
index 51cf3cf4080ac0cdbde59e3e9f26215f3a6363b6..4711c68575072bdf77f1eebb1541d56d679cc3ae 100644 (file)
@@ -30,8 +30,6 @@ struct xid_command;
    the thread functions.  */
 struct pthread_functions
 {
-  int (*ptr_pthread_attr_getschedparam) (const pthread_attr_t *,
-                                        struct sched_param *);
   int (*ptr_pthread_attr_setschedparam) (pthread_attr_t *,
                                         const struct sched_param *);
   int (*ptr_pthread_attr_getschedpolicy) (const pthread_attr_t *, int *);
index 311d5c6e57617faa62add74154cb83377904c811..a065d3090020e9a94f68f6a049c5c20843bcca8f 100644 (file)
@@ -72,7 +72,6 @@ GLIBC_2.17 pread F
 GLIBC_2.17 pread64 F
 GLIBC_2.17 pthread_attr_getaffinity_np F
 GLIBC_2.17 pthread_attr_getguardsize F
-GLIBC_2.17 pthread_attr_getschedparam F
 GLIBC_2.17 pthread_attr_getschedpolicy F
 GLIBC_2.17 pthread_attr_getscope F
 GLIBC_2.17 pthread_attr_getstack F
index 79a51340f94dd713ec2124222432b4a18c09fe83..c1b9607de128d637e127c151cd939061e19a0f42 100644 (file)
@@ -46,7 +46,6 @@ GLIBC_2.0 nanosleep F
 GLIBC_2.0 open F
 GLIBC_2.0 pause F
 GLIBC_2.0 pthread_atfork F
-GLIBC_2.0 pthread_attr_getschedparam F
 GLIBC_2.0 pthread_attr_getschedpolicy F
 GLIBC_2.0 pthread_attr_getscope F
 GLIBC_2.0 pthread_attr_setschedparam F
index 4508a1fe6532c3701084442aa072c60290d38d6b..b5dbde369e65955b7a12c3139ff57038e6eab8f1 100644 (file)
@@ -106,7 +106,6 @@ GLIBC_2.4 pread F
 GLIBC_2.4 pread64 F
 GLIBC_2.4 pthread_attr_getaffinity_np F
 GLIBC_2.4 pthread_attr_getguardsize F
-GLIBC_2.4 pthread_attr_getschedparam F
 GLIBC_2.4 pthread_attr_getschedpolicy F
 GLIBC_2.4 pthread_attr_getscope F
 GLIBC_2.4 pthread_attr_getstack F
index 4508a1fe6532c3701084442aa072c60290d38d6b..b5dbde369e65955b7a12c3139ff57038e6eab8f1 100644 (file)
@@ -106,7 +106,6 @@ GLIBC_2.4 pread F
 GLIBC_2.4 pread64 F
 GLIBC_2.4 pthread_attr_getaffinity_np F
 GLIBC_2.4 pthread_attr_getguardsize F
-GLIBC_2.4 pthread_attr_getschedparam F
 GLIBC_2.4 pthread_attr_getschedpolicy F
 GLIBC_2.4 pthread_attr_getscope F
 GLIBC_2.4 pthread_attr_getstack F
index 4917345e13a24c5a787305c4ccc6c9a16b3d716d..5406b3b114a813feaebf9e0896bf5835dd1e0945 100644 (file)
@@ -80,7 +80,6 @@ GLIBC_2.29 pread F
 GLIBC_2.29 pread64 F
 GLIBC_2.29 pthread_attr_getaffinity_np F
 GLIBC_2.29 pthread_attr_getguardsize F
-GLIBC_2.29 pthread_attr_getschedparam F
 GLIBC_2.29 pthread_attr_getschedpolicy F
 GLIBC_2.29 pthread_attr_getscope F
 GLIBC_2.29 pthread_attr_getstack F
index a6096f9bf5e1c383c88e1e27de445bd0bdc1e5db..ae35c3c8416e83154d6f289e10927d557550e7ce 100644 (file)
@@ -73,7 +73,6 @@ GLIBC_2.2 pread F
 GLIBC_2.2 pread64 F
 GLIBC_2.2 pthread_atfork F
 GLIBC_2.2 pthread_attr_getguardsize F
-GLIBC_2.2 pthread_attr_getschedparam F
 GLIBC_2.2 pthread_attr_getschedpolicy F
 GLIBC_2.2 pthread_attr_getscope F
 GLIBC_2.2 pthread_attr_getstack F
index c165acbb8e14fa37b980cd3745addb205ae38f97..4b271e77ff328cfdc82dd7a3bac06b63f3d3d8a9 100644 (file)
@@ -46,7 +46,6 @@ GLIBC_2.0 nanosleep F
 GLIBC_2.0 open F
 GLIBC_2.0 pause F
 GLIBC_2.0 pthread_atfork F
-GLIBC_2.0 pthread_attr_getschedparam F
 GLIBC_2.0 pthread_attr_getschedpolicy F
 GLIBC_2.0 pthread_attr_getscope F
 GLIBC_2.0 pthread_attr_setschedparam F
index d811361942edfdf0e336a6700e98d60f6da8e634..c3f4e4118655ddee4e041d7254da0778f73ea635 100644 (file)
@@ -73,7 +73,6 @@ GLIBC_2.2 pread F
 GLIBC_2.2 pread64 F
 GLIBC_2.2 pthread_atfork F
 GLIBC_2.2 pthread_attr_getguardsize F
-GLIBC_2.2 pthread_attr_getschedparam F
 GLIBC_2.2 pthread_attr_getschedpolicy F
 GLIBC_2.2 pthread_attr_getscope F
 GLIBC_2.2 pthread_attr_getstack F
index 4508a1fe6532c3701084442aa072c60290d38d6b..b5dbde369e65955b7a12c3139ff57038e6eab8f1 100644 (file)
@@ -106,7 +106,6 @@ GLIBC_2.4 pread F
 GLIBC_2.4 pread64 F
 GLIBC_2.4 pthread_attr_getaffinity_np F
 GLIBC_2.4 pthread_attr_getguardsize F
-GLIBC_2.4 pthread_attr_getschedparam F
 GLIBC_2.4 pthread_attr_getschedpolicy F
 GLIBC_2.4 pthread_attr_getscope F
 GLIBC_2.4 pthread_attr_getstack F
index c165acbb8e14fa37b980cd3745addb205ae38f97..4b271e77ff328cfdc82dd7a3bac06b63f3d3d8a9 100644 (file)
@@ -46,7 +46,6 @@ GLIBC_2.0 nanosleep F
 GLIBC_2.0 open F
 GLIBC_2.0 pause F
 GLIBC_2.0 pthread_atfork F
-GLIBC_2.0 pthread_attr_getschedparam F
 GLIBC_2.0 pthread_attr_getschedpolicy F
 GLIBC_2.0 pthread_attr_getscope F
 GLIBC_2.0 pthread_attr_setschedparam F
index d688f73006db193fc3c494b52e642a3d17c333e3..8dbf7380614308e4f713d7d0090a0120904e3be1 100644 (file)
@@ -72,7 +72,6 @@ GLIBC_2.18 pread F
 GLIBC_2.18 pread64 F
 GLIBC_2.18 pthread_attr_getaffinity_np F
 GLIBC_2.18 pthread_attr_getguardsize F
-GLIBC_2.18 pthread_attr_getschedparam F
 GLIBC_2.18 pthread_attr_getschedpolicy F
 GLIBC_2.18 pthread_attr_getscope F
 GLIBC_2.18 pthread_attr_getstack F
index d688f73006db193fc3c494b52e642a3d17c333e3..8dbf7380614308e4f713d7d0090a0120904e3be1 100644 (file)
@@ -72,7 +72,6 @@ GLIBC_2.18 pread F
 GLIBC_2.18 pread64 F
 GLIBC_2.18 pthread_attr_getaffinity_np F
 GLIBC_2.18 pthread_attr_getguardsize F
-GLIBC_2.18 pthread_attr_getschedparam F
 GLIBC_2.18 pthread_attr_getschedpolicy F
 GLIBC_2.18 pthread_attr_getscope F
 GLIBC_2.18 pthread_attr_getstack F
index 56fabd82d518749abda08ea987a98fa1569a8084..5a2f8fa4ae50cf7aab670d613353feefcb3de849 100644 (file)
@@ -46,7 +46,6 @@ GLIBC_2.0 nanosleep F
 GLIBC_2.0 open F
 GLIBC_2.0 pause F
 GLIBC_2.0 pthread_atfork F
-GLIBC_2.0 pthread_attr_getschedparam F
 GLIBC_2.0 pthread_attr_getschedpolicy F
 GLIBC_2.0 pthread_attr_getscope F
 GLIBC_2.0 pthread_attr_setschedparam F
index 56fabd82d518749abda08ea987a98fa1569a8084..5a2f8fa4ae50cf7aab670d613353feefcb3de849 100644 (file)
@@ -46,7 +46,6 @@ GLIBC_2.0 nanosleep F
 GLIBC_2.0 open F
 GLIBC_2.0 pause F
 GLIBC_2.0 pthread_atfork F
-GLIBC_2.0 pthread_attr_getschedparam F
 GLIBC_2.0 pthread_attr_getschedpolicy F
 GLIBC_2.0 pthread_attr_getscope F
 GLIBC_2.0 pthread_attr_setschedparam F
index 9cc1586665fcb4541b9b7157d6053481dc01efbf..29df65dc9c138f215f50c8a9b76356f19c4568eb 100644 (file)
@@ -72,7 +72,6 @@ GLIBC_2.21 pread F
 GLIBC_2.21 pread64 F
 GLIBC_2.21 pthread_attr_getaffinity_np F
 GLIBC_2.21 pthread_attr_getguardsize F
-GLIBC_2.21 pthread_attr_getschedparam F
 GLIBC_2.21 pthread_attr_getschedpolicy F
 GLIBC_2.21 pthread_attr_getscope F
 GLIBC_2.21 pthread_attr_getstack F
index 78110ce740428a07e61ea5c529019756946af4af..195f7c9191bfd1864e8c335e356270b0a06d1d3c 100644 (file)
@@ -46,7 +46,6 @@ GLIBC_2.0 nanosleep F
 GLIBC_2.0 open F
 GLIBC_2.0 pause F
 GLIBC_2.0 pthread_atfork F
-GLIBC_2.0 pthread_attr_getschedparam F
 GLIBC_2.0 pthread_attr_getschedpolicy F
 GLIBC_2.0 pthread_attr_getscope F
 GLIBC_2.0 pthread_attr_setschedparam F
index 838b1a7b00e7582ebdd36d37340e807bff9bc49a..672df0909e207f7fd2a101bb88acc4c0ab9aa769 100644 (file)
@@ -94,7 +94,6 @@ GLIBC_2.3 pause F
 GLIBC_2.3 pread F
 GLIBC_2.3 pread64 F
 GLIBC_2.3 pthread_attr_getguardsize F
-GLIBC_2.3 pthread_attr_getschedparam F
 GLIBC_2.3 pthread_attr_getschedpolicy F
 GLIBC_2.3 pthread_attr_getscope F
 GLIBC_2.3 pthread_attr_getstack F
index 311d5c6e57617faa62add74154cb83377904c811..a065d3090020e9a94f68f6a049c5c20843bcca8f 100644 (file)
@@ -72,7 +72,6 @@ GLIBC_2.17 pread F
 GLIBC_2.17 pread64 F
 GLIBC_2.17 pthread_attr_getaffinity_np F
 GLIBC_2.17 pthread_attr_getguardsize F
-GLIBC_2.17 pthread_attr_getschedparam F
 GLIBC_2.17 pthread_attr_getschedpolicy F
 GLIBC_2.17 pthread_attr_getscope F
 GLIBC_2.17 pthread_attr_getstack F
index 34d7ed25d4f9337a4a6655681b46d7dc5b65562c..6a7011313d14bf00fa5514ec515b392794c5b49c 100644 (file)
@@ -69,7 +69,6 @@ GLIBC_2.27 pread F
 GLIBC_2.27 pread64 F
 GLIBC_2.27 pthread_attr_getaffinity_np F
 GLIBC_2.27 pthread_attr_getguardsize F
-GLIBC_2.27 pthread_attr_getschedparam F
 GLIBC_2.27 pthread_attr_getschedpolicy F
 GLIBC_2.27 pthread_attr_getscope F
 GLIBC_2.27 pthread_attr_getstack F
index de05a5e1e03685f57fdf2ef4559a31de3ec07202..a7d284170623fb5332f71db7fb99dc86b60321cf 100644 (file)
@@ -46,7 +46,6 @@ GLIBC_2.0 nanosleep F
 GLIBC_2.0 open F
 GLIBC_2.0 pause F
 GLIBC_2.0 pthread_atfork F
-GLIBC_2.0 pthread_attr_getschedparam F
 GLIBC_2.0 pthread_attr_getschedpolicy F
 GLIBC_2.0 pthread_attr_getscope F
 GLIBC_2.0 pthread_attr_setschedparam F
index fd6ffa737a4c368451994b1743a3527e821346fa..2381ca978a20da29167c331ac3c3a4af2d242bfe 100644 (file)
@@ -75,7 +75,6 @@ GLIBC_2.2 pread F
 GLIBC_2.2 pread64 F
 GLIBC_2.2 pthread_atfork F
 GLIBC_2.2 pthread_attr_getguardsize F
-GLIBC_2.2 pthread_attr_getschedparam F
 GLIBC_2.2 pthread_attr_getschedpolicy F
 GLIBC_2.2 pthread_attr_getscope F
 GLIBC_2.2 pthread_attr_getstack F
index a6096f9bf5e1c383c88e1e27de445bd0bdc1e5db..ae35c3c8416e83154d6f289e10927d557550e7ce 100644 (file)
@@ -73,7 +73,6 @@ GLIBC_2.2 pread F
 GLIBC_2.2 pread64 F
 GLIBC_2.2 pthread_atfork F
 GLIBC_2.2 pthread_attr_getguardsize F
-GLIBC_2.2 pthread_attr_getschedparam F
 GLIBC_2.2 pthread_attr_getschedpolicy F
 GLIBC_2.2 pthread_attr_getscope F
 GLIBC_2.2 pthread_attr_getstack F
index a6096f9bf5e1c383c88e1e27de445bd0bdc1e5db..ae35c3c8416e83154d6f289e10927d557550e7ce 100644 (file)
@@ -73,7 +73,6 @@ GLIBC_2.2 pread F
 GLIBC_2.2 pread64 F
 GLIBC_2.2 pthread_atfork F
 GLIBC_2.2 pthread_attr_getguardsize F
-GLIBC_2.2 pthread_attr_getschedparam F
 GLIBC_2.2 pthread_attr_getschedpolicy F
 GLIBC_2.2 pthread_attr_getscope F
 GLIBC_2.2 pthread_attr_getstack F
index 79a51340f94dd713ec2124222432b4a18c09fe83..c1b9607de128d637e127c151cd939061e19a0f42 100644 (file)
@@ -46,7 +46,6 @@ GLIBC_2.0 nanosleep F
 GLIBC_2.0 open F
 GLIBC_2.0 pause F
 GLIBC_2.0 pthread_atfork F
-GLIBC_2.0 pthread_attr_getschedparam F
 GLIBC_2.0 pthread_attr_getschedpolicy F
 GLIBC_2.0 pthread_attr_getscope F
 GLIBC_2.0 pthread_attr_setschedparam F
index d811361942edfdf0e336a6700e98d60f6da8e634..c3f4e4118655ddee4e041d7254da0778f73ea635 100644 (file)
@@ -73,7 +73,6 @@ GLIBC_2.2 pread F
 GLIBC_2.2 pread64 F
 GLIBC_2.2 pthread_atfork F
 GLIBC_2.2 pthread_attr_getguardsize F
-GLIBC_2.2 pthread_attr_getschedparam F
 GLIBC_2.2 pthread_attr_getschedpolicy F
 GLIBC_2.2 pthread_attr_getscope F
 GLIBC_2.2 pthread_attr_getstack F
index e1650357373f9a150b84f99f085ff4dc6b17c8ee..87082fabd1a9ce334fe52253d2a00295db899db5 100644 (file)
@@ -73,7 +73,6 @@ GLIBC_2.2.5 pread F
 GLIBC_2.2.5 pread64 F
 GLIBC_2.2.5 pthread_atfork F
 GLIBC_2.2.5 pthread_attr_getguardsize F
-GLIBC_2.2.5 pthread_attr_getschedparam F
 GLIBC_2.2.5 pthread_attr_getschedpolicy F
 GLIBC_2.2.5 pthread_attr_getscope F
 GLIBC_2.2.5 pthread_attr_getstack F
index 14b9f377bc62a0dca17fb822b9ddcfcd2eeb172b..bd45b9126530943852dfa97a79f32ee6802bc3ad 100644 (file)
@@ -72,7 +72,6 @@ GLIBC_2.16 pread F
 GLIBC_2.16 pread64 F
 GLIBC_2.16 pthread_attr_getaffinity_np F
 GLIBC_2.16 pthread_attr_getguardsize F
-GLIBC_2.16 pthread_attr_getschedparam F
 GLIBC_2.16 pthread_attr_getschedpolicy F
 GLIBC_2.16 pthread_attr_getscope F
 GLIBC_2.16 pthread_attr_getstack F