diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/getloadavg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/getloadavg.c b/src/getloadavg.c index 36245efcf8b..79eedfc5b32 100644 --- a/src/getloadavg.c +++ b/src/getloadavg.c | |||
| @@ -966,7 +966,7 @@ getloadavg (loadavg, nelem) | |||
| 966 | { | 966 | { |
| 967 | /* Set the channel to close on exec, so it does not | 967 | /* Set the channel to close on exec, so it does not |
| 968 | litter any child's descriptor table. */ | 968 | litter any child's descriptor table. */ |
| 969 | # ifdef FD_SETFD | 969 | # ifdef F_SETFD |
| 970 | # ifndef FD_CLOEXEC | 970 | # ifndef FD_CLOEXEC |
| 971 | # define FD_CLOEXEC 1 | 971 | # define FD_CLOEXEC 1 |
| 972 | # endif | 972 | # endif |