mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-20 18:56:39 +02:00
(getloadavg): Use true', not 1'.
This commit is contained in:
@@ -926,7 +926,7 @@ getloadavg (double loadavg[], int nelem)
|
||||
{
|
||||
/* Set the channel to close on exec, so it does not
|
||||
litter any child's descriptor table. */
|
||||
set_cloexec_flag (channel, 1)
|
||||
set_cloexec_flag (channel, true);
|
||||
getloadavg_initialized = 1;
|
||||
}
|
||||
# else /* SUNOS_5 */
|
||||
|
||||
Reference in New Issue
Block a user