diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-04-03 23:29:18 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-04-03 23:29:18 +0000 |
commit | eab1bdfb8ef2902e7b68352d6ce1b5d603597e36 (patch) | |
tree | 00ac9dba5b0687fd0bb056bed3d75e812a2c6a79 /ChangeLog | |
parent | 9700b0390e40c7ffaed2a74ae3285edfe6080bd3 (diff) | |
download | glibc-eab1bdfb8ef2902e7b68352d6ce1b5d603597e36.zip glibc-eab1bdfb8ef2902e7b68352d6ce1b5d603597e36.tar.gz glibc-eab1bdfb8ef2902e7b68352d6ce1b5d603597e36.tar.bz2 |
* 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 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2007-04-03 Ulrich Drepper <drepper@redhat.com> + + * 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. + 2007-03-27 Jakub Jelinek <jakub@redhat.com> * posix/fnmatch.c (STRUCT): Define. |