We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34db9b0 commit 1e4c085Copy full SHA for 1e4c085
.github/workflows/main.yml
@@ -38,7 +38,7 @@ jobs:
38
x86_64-toolchain
39
axle-sysroot
40
scripts/mkinitrd/target
41
- key: libc-and-toolchain
+ key: libc-and-toolchain-cachebuster
42
43
- name: Build libc and toolchain
44
shell: bash
scripts/newlib.patch
@@ -119,6 +119,10 @@ index 0000000..c2926ca
119
+#include <stdbool.h>
120
+#include <stdint.h>
121
+
122
++// Ref: https://sourceware.org/newlib/libc.html#Stubs
123
++#undef errno
124
++extern int errno;
125
++
126
+#include "syscalls.h"
127
128
+// amc syscalls
0 commit comments