diff options
| author | Paul D. Smith | 1999-07-20 22:34:43 +0000 |
|---|---|---|
| committer | Paul D. Smith | 1999-07-20 22:34:43 +0000 |
| commit | 071b0719a092ea1af61a5c9f33007778b784cdc7 (patch) | |
| tree | 5b15041f9249e7631f9e50e7bec3ecbd29df7a72 /src | |
| parent | 9dc09247dbf6adf059c91d328c88658c05f3a36c (diff) | |
| download | emacs-071b0719a092ea1af61a5c9f33007778b784cdc7.tar.gz emacs-071b0719a092ea1af61a5c9f33007778b784cdc7.zip | |
* Fix memory leaks, fd leaks, and some long-standing bugs recognizing when
targets need to have their modtimes rechecked (-n, etc.)
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 |