about summary refs log tree commit diff
path: root/posix/Versions
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-04-03 23:29:18 +0000
committerUlrich Drepper <drepper@redhat.com>2007-04-03 23:29:18 +0000
commiteab1bdfb8ef2902e7b68352d6ce1b5d603597e36 (patch)
tree00ac9dba5b0687fd0bb056bed3d75e812a2c6a79 /posix/Versions
parent9700b0390e40c7ffaed2a74ae3285edfe6080bd3 (diff)
downloadglibc-eab1bdfb8ef2902e7b68352d6ce1b5d603597e36.tar.gz
glibc-eab1bdfb8ef2902e7b68352d6ce1b5d603597e36.tar.xz
glibc-eab1bdfb8ef2902e7b68352d6ce1b5d603597e36.zip
* posix/Makefile (routines): Add sched_cpucount.
	(tests): Add tst-cpucount.
	* posix/sched_cpucount.c: New file.
	* posix/tst-cpucount.c: New file.
	* posix/Versions: Export __sched_cpucount with version GLIBC_2.6.
Diffstat (limited to 'posix/Versions')
-rw-r--r--posix/Versions3
1 files changed, 3 insertions, 0 deletions
diff --git a/posix/Versions b/posix/Versions
index f529ee9d8e..1e1bda8b7b 100644
--- a/posix/Versions
+++ b/posix/Versions
@@ -122,6 +122,9 @@ libc {
   GLIBC_2.3.4 {
     regexec;
   }
+  GLIBC_2.6 {
+    __sched_cpucount;
+  }
   GLIBC_PRIVATE {
     __libc_fork; __libc_pwrite;
   }