Skip to content

Commit

Permalink
options/ansi: also define wait(2) macros in stdlib.h
Browse files Browse the repository at this point in the history
All 3 libcs that I checked seem to do this, and software seems to expect
this to be the case.
  • Loading branch information
no92 committed May 24, 2024
1 parent f332987 commit 7a958f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions options/ansi/include/stdlib.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include <alloca.h>
#include <mlibc-config.h>
#include <abi-bits/wait.h>
#include <bits/null.h>
#include <bits/size_t.h>
#include <bits/wchar_t.h>
Expand Down

0 comments on commit 7a958f5

Please sign in to comment.