diff options
author | Pádraig Brady <P@draigBrady.com> | 2010-01-11 22:50:21 +0000 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2010-01-12 06:46:51 +0100 |
commit | 21a6a7f64c8dab1d07fbbc1ff25a58aaf706d08e (patch) | |
tree | e6b7e5e1b4cde49c14be2238ff6467222c069180 /NEWS | |
parent | 6454dd0f2f792850453379ba081ca74eed15c2d9 (diff) | |
download | coreutils-21a6a7f64c8dab1d07fbbc1ff25a58aaf706d08e.tar.xz |
nproc: return a possibly more accurate total CPU count
* gnulib: Update, for num_processors() improvement.
* NEWS: Mention the fix.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -2,6 +2,13 @@ GNU coreutils NEWS -*- outline -*- * Noteworthy changes in release ?.? (????-??-??) [?] +** Bug fixes + + nproc --all is now guaranteed to be as large as the count + of available processors, which may not have been the case + on GNU/Linux systems with neither /proc nor /sys available. + [bug introduced in coreutils-8.1] + ** Build-related Work around a build failure when using buggy <sys/capability.h>. |