aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-06-22 10:32:07 -0400
committerUlrich Drepper <drepper@gmail.com>2011-06-22 10:32:07 -0400
commit84e2a551a72c79b020694bb327e33b6d71b09b63 (patch)
tree83c1518cab41c63afd51b67b23c7d29eab71418d /ChangeLog
parent852eb34d5c56bc75bdd82327fcf310d98655f6b0 (diff)
downloadglibc-84e2a551a72c79b020694bb327e33b6d71b09b63.zip
glibc-84e2a551a72c79b020694bb327e33b6d71b09b63.tar.gz
glibc-84e2a551a72c79b020694bb327e33b6d71b09b63.tar.bz2
Use a /sys/devices/system/cpu/online for _SC_NPROCESSORS_ONLN implementation
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9cef65a..68409c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2011-06-22 Ulrich Drepper <drepper@gmail.com>
+ * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
+ /sys/devices/system/cpu/online if it is usable.
+
* sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
reading the information from the /proc filesystem to once a second.