feat: kprintf now goes into dedicated pseudo-dev rather than flooding the framebuffer
[lunaix-os.git] / lunaix-os / usr / libc / arch / i386 / errno.c
1 #include "syscall.h"
2 #include <errno.h>
3
4 __LXSYSCALL(int, geterrno);