diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-08-01 21:23:59 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-08-01 21:23:59 +0000 |
commit | 0abf17decfe2109955f8c35392770ea708cf5962 (patch) | |
tree | 6dc6bfe3bcc1f6a6aa8ae219709530f5f0cfae62 /ChangeLog | |
parent | 5e0923ab31aa77bbd46737c4b8b327dbe2494b00 (diff) | |
download | glibc-0abf17decfe2109955f8c35392770ea708cf5962.tar glibc-0abf17decfe2109955f8c35392770ea708cf5962.tar.gz glibc-0abf17decfe2109955f8c35392770ea708cf5962.tar.bz2 glibc-0abf17decfe2109955f8c35392770ea708cf5962.zip |
* sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using
/proc is faster and sufficient. /sys is still needed for
__get_nprocs_conf.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2007-08-01 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Using + /proc is faster and sufficient. /sys is still needed for + __get_nprocs_conf. + 2007-08-01 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/i386/syscalls.list (fallocate): Add fallocate |