| 985 | } |
| 986 | |
| 987 | static void |
| 988 | quit (int code) |
| 989 | { |
| 990 | finish_up (); |
| 991 | exit (code); |
| 992 | } |
| 993 | |
| 994 | /* Return LEN rounded down to a multiple of IO_BUFSIZE |
| 995 | (to minimize calls to the expensive posix_fadvise (,POSIX_FADV_DONTNEED), |
no test coverage detected