diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-07-31 22:44:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-07-31 22:44:10 +0000 |
commit | e076bece18a91685d9748508f861dd033e4ae28d (patch) | |
tree | 982012a469217039d52948820b3e0675c44f9006 | |
parent | (__get_nprocs): Use /sys filesystem to determine which processors are online. (diff) | |
download | glibc-e076bece18a91685d9748508f861dd033e4ae28d.tar.gz glibc-e076bece18a91685d9748508f861dd033e4ae28d.tar.bz2 glibc-e076bece18a91685d9748508f861dd033e4ae28d.zip |
* sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use /sys
filesystem to determine which processors are online.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2007-07-31 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use /sys + filesystem to determine which processors are online. + 2007-07-31 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate): Fix |