Merge branch 'interrupt-rework' into prog-loader
[lunaix-os.git] / lunaix-os / usr / api / fcntl.c
1 #include <lunaix/syscall.h>
2 #include <fcntl.h>
3
4 __LXSYSCALL2(int, open, const char*, path, int, options)