semtimedop: add time64 syscall support, decouple 32-bit time_t
[musl] / src / stat / stat.c
index b4e6279..528870d 100644 (file)
@@ -1,6 +1,5 @@
 #include <sys/stat.h>
 #include <fcntl.h>
-#include "syscall.h"
 
 int stat(const char *restrict path, struct stat *restrict buf)
 {