diff options
| -rw-r--r-- | src/stat/lstat.c | 1 | ||||
| -rw-r--r-- | src/stat/stat.c | 1 | 
2 files changed, 0 insertions, 2 deletions
| diff --git a/src/stat/lstat.c b/src/stat/lstat.c index 8b365ba2..9f95218a 100644 --- a/src/stat/lstat.c +++ b/src/stat/lstat.c @@ -1,6 +1,5 @@  #include <sys/stat.h>  #include <fcntl.h> -#include "syscall.h"  int lstat(const char *restrict path, struct stat *restrict buf)  { diff --git a/src/stat/stat.c b/src/stat/stat.c index b4e62795..528870d2 100644 --- a/src/stat/stat.c +++ b/src/stat/stat.c @@ -1,6 +1,5 @@  #include <sys/stat.h>  #include <fcntl.h> -#include "syscall.h"  int stat(const char *restrict path, struct stat *restrict buf)  { | 
