Set exit_failure to STATUS if that's not the default already. */
| 99 | |
| 100 | /* Set exit_failure to STATUS if that's not the default already. */ |
| 101 | static inline void |
| 102 | initialize_exit_failure (int status) |
| 103 | { |
| 104 | if (status != EXIT_FAILURE) |
| 105 | exit_failure = status; |
| 106 | } |
| 107 | |
| 108 | #include <fcntl.h> |
| 109 | #ifdef O_PATH |