Luna/libs/libc/include/sys
apio 9e0bd39964 libc: Implement wrappers for sys_{open,read,write}
read() and close() are in unistd.h, but open() in fnctl.h.
I thought only the definitions for O_SOMETHING were in fnctl.h, but it is as it is.
Don't know why, but let's not anger the Unix gods.

The FILE* C API is pending as well.
2022-10-10 20:45:26 +02:00
..
mman.h Define PAGE_SIZE as 4096 and use it everywhere instead of using 4096 as a magic number 2022-10-08 14:52:28 +02:00
syscall.h Add a proper syscall() function to unistd.h 2022-10-02 17:02:15 +02:00
types.h libc: Implement wrappers for sys_{open,read,write} 2022-10-10 20:45:26 +02:00