File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
22
#include "libc/dce.h"
23
23
#include "libc/errno.h"
24
24
25
- bool IsLinuxModern (void ) {
25
+ bool32 IsLinuxModern (void ) {
26
26
return IsLinux () && sys_close_range (-1 , -2 , 0 ) == -1 && errno == EINVAL ;
27
27
}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ char *GetProgramExecutableName(void) libcesque;
14
14
void unleaf (void ) libcesque ;
15
15
int __demangle (char * , const char * , size_t ) libcesque ;
16
16
int __is_mangled (const char * ) libcesque ;
17
- bool IsLinuxModern (void ) libcesque ;
17
+ bool32 IsLinuxModern (void ) libcesque ;
18
18
int LoadZipArgs (int * , char * * * ) libcesque ;
19
19
20
20
COSMOPOLITAN_C_END_
Original file line number Diff line number Diff line change @@ -174,9 +174,9 @@ fetch() {
174
174
OLD=$PWD
175
175
cd " $OUTDIR /"
176
176
if [ ! -x bin/x86_64-linux-cosmo-gcc ]; then
177
- fetch https://github.com/ahgamut/superconfigure/releases/download/z0.0.54 /aarch64-gcc.zip &
178
- fetch https://github.com/ahgamut/superconfigure/releases/download/z0.0.54 /x86_64-gcc.zip &
179
- fetch https://github.com/ahgamut/superconfigure/releases/download/z0.0.54 /llvm.zip &
177
+ fetch https://github.com/ahgamut/superconfigure/releases/download/z0.0.55 /aarch64-gcc.zip &
178
+ fetch https://github.com/ahgamut/superconfigure/releases/download/z0.0.55 /x86_64-gcc.zip &
179
+ fetch https://github.com/ahgamut/superconfigure/releases/download/z0.0.55 /llvm.zip &
180
180
wait
181
181
unzip aarch64-gcc.zip &
182
182
unzip x86_64-gcc.zip &
You can’t perform that action at this time.
0 commit comments