mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-03 19:22:27 +00:00
Fix build
libc/integral changes aren't checked in the build dependency, due to being explicitly listed in .UNVEIL, which is how this breakage ended up accidentally slipping through the cracks.
This commit is contained in:
parent
bf7843833f
commit
fc595a7111
2 changed files with 8 additions and 8 deletions
4
third_party/getopt/getopt.c
vendored
4
third_party/getopt/getopt.c
vendored
|
@ -75,8 +75,8 @@ int optreset;
|
|||
*/
|
||||
char *optarg;
|
||||
|
||||
hidden char *getopt_place;
|
||||
char kGetoptEmsg[1] hidden;
|
||||
_Hide char *getopt_place;
|
||||
_Hide char kGetoptEmsg[1];
|
||||
|
||||
static void getopt_print_badch(const char *s) {
|
||||
char b1[512];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue