summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2010-01-11 22:50:21 +0000
committerJim Meyering <meyering@redhat.com>2010-01-12 06:46:51 +0100
commit21a6a7f64c8dab1d07fbbc1ff25a58aaf706d08e (patch)
treee6b7e5e1b4cde49c14be2238ff6467222c069180
parent6454dd0f2f792850453379ba081ca74eed15c2d9 (diff)
downloadcoreutils-21a6a7f64c8dab1d07fbbc1ff25a58aaf706d08e.tar.xz
nproc: return a possibly more accurate total CPU count
* gnulib: Update, for num_processors() improvement. * NEWS: Mention the fix.
-rw-r--r--NEWS7
m---------gnulib0
2 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 04a75cd6f..7f0c8e275 100644
--- a/NEWS
+++ b/NEWS
@@ -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>.
diff --git a/gnulib b/gnulib
-Subproject c535f4489b41f28afd115ae331d69595ea41b6a
+Subproject 0a68a3d852c46f4d23bb0239c0e9f3398d71823