1
0
Эх сурвалжийг харах

cleanup includes now that stat, lstat no longer make direct syscalls

Rich Felker 5 жил өмнө
parent
commit
67bf602f14
2 өөрчлөгдсөн 0 нэмэгдсэн , 2 устгасан
  1. 0 1
      src/stat/lstat.c
  2. 0 1
      src/stat/stat.c

+ 0 - 1
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)
 {

+ 0 - 1
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)
 {