From 67bf602f14249ff1757c54f071faa3f778279c02 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Thu, 18 Jul 2019 19:44:20 -0400 Subject: cleanup includes now that stat, lstat no longer make direct syscalls --- src/stat/stat.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/stat/stat.c') 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 #include -#include "syscall.h" int stat(const char *restrict path, struct stat *restrict buf) { -- cgit v1.2.1