LibC: Make errno macro directly access uthread

This allows inlining errno usages

This breaks libc ABI and requires toolchain rebuild
This commit is contained in:
2026-04-11 03:30:32 +03:00
parent e0af23a924
commit 80c4213501
3 changed files with 4 additions and 12 deletions
-1
View File
@@ -7,7 +7,6 @@ set(LIBC_SOURCES
dlfcn.cpp
endian.cpp
environ.cpp
errno.cpp
fcntl.cpp
fenv.cpp
fnmatch.cpp