mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-28 04:24:45 +08:00
nproc: return a possibly more accurate total CPU count
* gnulib: Update, for num_processors() improvement. * NEWS: Mention the fix.
This commit is contained in:
parent
6454dd0f2f
commit
21a6a7f64c
7
NEWS
7
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>.
|
||||
|
2
gnulib
2
gnulib
@ -1 +1 @@
|
||||
Subproject commit c535f4489b41f28afd115ae331d69595ea41b6a1
|
||||
Subproject commit 0a68a3d852c46f4d23bb0239c0e9f3398d71823f
|
Loading…
Reference in New Issue
Block a user