mirror of
https://github.com/openbsd/src.git
synced 2024-12-21 23:18:00 -08:00
b873219f06
This conditional chain short-circuits if futimens(2) fails, leaving the file descriptor open. We need to evaluate each system call in the chain separately to ensure we attempt to close(2) the descriptor. With input from guenther@ and millert@. Thread: https://marc.info/?l=openbsd-tech&m=164332809900558&w=2 ok millert@, probably ok guenther@ |
||
---|---|---|
.. | ||
Makefile | ||
touch.1 | ||
touch.c |