ld-tool portability fix: MacOS build experience
[lunaix-os.git] / lunaix-os / usr / libc / arch / i386 / fcntl.c
index 5f28766c2663455c6dd65341dfaaf70a68f1c71c..c345ab75a055d55879de5aa4859ecd758fe3942f 100644 (file)
@@ -2,3 +2,5 @@
 #include <fcntl.h>
 
 __LXSYSCALL2(int, open, const char*, path, int, options)
+
+__LXSYSCALL2(int, fstat, int, fd, struct file_stat*, stat)