Cope without <sysexits.h> #9

Closed
trinity wants to merge 0 commits from nosysexits into main
Owner

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>.

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>.
trinity added 5 commits 2023-12-25 16:17:30 -07:00
trinity requested review from emma 2023-12-25 17:40:35 -07:00
emma closed this pull request 2023-12-25 19:05:12 -07:00
trinity deleted branch nosysexits 2023-12-25 21:02:46 -07:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: bonsai/harakit#9
No description provided.