Skip to content

Commit ecbf453

Browse files
committed
Upgrade to superconfigure z0.0.55
1 parent c3482af commit ecbf453

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

libc/calls/islinuxmodern.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
#include "libc/dce.h"
2323
#include "libc/errno.h"
2424

25-
bool IsLinuxModern(void) {
25+
bool32 IsLinuxModern(void) {
2626
return IsLinux() && sys_close_range(-1, -2, 0) == -1 && errno == EINVAL;
2727
}

libc/cosmo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ char *GetProgramExecutableName(void) libcesque;
1414
void unleaf(void) libcesque;
1515
int __demangle(char *, const char *, size_t) libcesque;
1616
int __is_mangled(const char *) libcesque;
17-
bool IsLinuxModern(void) libcesque;
17+
bool32 IsLinuxModern(void) libcesque;
1818
int LoadZipArgs(int *, char ***) libcesque;
1919

2020
COSMOPOLITAN_C_END_

tool/cosmocc/package.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,9 @@ fetch() {
174174
OLD=$PWD
175175
cd "$OUTDIR/"
176176
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 &
180180
wait
181181
unzip aarch64-gcc.zip &
182182
unzip x86_64-gcc.zip &

0 commit comments

Comments
 (0)