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 /posix/Makefile | |
parent | 9700b0390e40c7ffaed2a74ae3285edfe6080bd3 (diff) | |
download | glibc-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/Makefile')
-rw-r--r-- | posix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/posix/Makefile b/posix/Makefile index 6c9a1bf0c3..a1460776bf 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -66,7 +66,7 @@ routines := \ spawnattr_getsigmask spawnattr_getschedpolicy spawnattr_getschedparam \ spawnattr_setsigmask spawnattr_setschedpolicy spawnattr_setschedparam \ posix_madvise \ - get_child_max + get_child_max sched_cpucount include ../Makeconfig @@ -90,7 +90,7 @@ tests := tstgetopt testfnm runtests runptests \ tst-execv1 tst-execv2 tst-execl1 tst-execl2 \ tst-execve1 tst-execve2 tst-execle1 tst-execle2 \ tst-execvp3 tst-execvp4 tst-rfc3484 tst-rfc3484-2 \ - tst-getaddrinfo3 tst-fnmatch2 + tst-getaddrinfo3 tst-fnmatch2 tst-cpucount xtests := bug-ga2 ifeq (yes,$(build-shared)) test-srcs := globtest |