1
0
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:
Jim Meyering
2004-03-04 13:13:43 +00:00
parent 44ebf255de
commit e7c9ecd175

View File

@@ -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 */