mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 10:26:59 +00:00
refactor(libc): move Lua an DOOM stubs into shared libc modules
This commit is contained in:
3
src/userland/libc/errno.c
Normal file
3
src/userland/libc/errno.c
Normal file
@@ -0,0 +1,3 @@
|
||||
#include "errno.h"
|
||||
|
||||
__attribute__((weak)) int errno = 0;
|
||||
Reference in New Issue
Block a user