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

This commit is contained in:
Rich Felker 2019-07-18 19:44:20 -04:00
parent eeff60608c
commit 67bf602f14
2 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
#include <sys/stat.h>
#include <fcntl.h>
#include "syscall.h"
int lstat(const char *restrict path, struct stat *restrict buf)
{

View 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)
{