* posix/Versions (libc: GLIBC_2.3.2): Add sched_getaffinity and
authorRoland McGrath <roland@gnu.org>
Wed, 20 Nov 2002 01:05:35 +0000 (01:05 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 20 Nov 2002 01:05:35 +0000 (01:05 +0000)
sched_setaffinity.

ChangeLog
posix/Versions

index f488b4be569e0bb21c966eaa7ffa9e6ed18389c1..34c7b3375e3399d143f5aa775ccf1eab8073f2de 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2002-11-19  Roland McGrath  <roland@redhat.com>
 
+       * posix/Versions (libc: GLIBC_2.3.2): Add sched_getaffinity and
+       sched_setaffinity.
+
        * configure.in (libc_cv_gcc_dwarf2_unwind_info check): Use libraries
        `-lgcc -lgcc_eh -lgcc', not just `-lgcc -lgcc_eh' in link commands for
        test leading to libc_cv_gcc_dwarf2_unwind_info=no_registry_needed.
index d20e552d11f8427fc85c5a5ec1c581852cc057cc..a1b94ee746d148dbc81b5a10ba146db4458535ec 100644 (file)
@@ -110,6 +110,8 @@ libc {
     __nanosleep;
   }
   GLIBC_2.3.2 {
+    sched_getaffinity; sched_setaffinity;
+
     # Note that these symbols appear in sysdeps/unix/sysv/linux/Versions
     # under GLIBC_2.0; the first instance in the script is taken as the
     # default, so linux configurations put them in GLIBC_2.0 while other