Cope without <sysexits.h> #9
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "nosysexits"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When I wrote these utilities they depended on <sysexits.h> which I had shoddily implemented in my source tree. That header is a non-POSIX feature of all major C standard library implementations but to support purely POSIX implementations the utilities will now fall back to the EXIT_FAILURE defined in <stdlib.h>.
Pull request closed