fix debugger tracking of shared libraries on mips with PIE main program
[musl] / src / fcntl / open.c
index 3928a6e..4c3c827 100644 (file)
@@ -1,7 +1,6 @@
 #include <fcntl.h>
 #include <stdarg.h>
 #include "syscall.h"
-#include "libc.h"
 
 int open(const char *filename, int flags, ...)
 {
@@ -20,5 +19,3 @@ int open(const char *filename, int flags, ...)
 
        return __syscall_ret(fd);
 }
-
-LFS64(open);