mirror of
git://git.musl-libc.org/musl
synced 2024-12-17 20:24:54 +00:00
cleanup includes now that stat, lstat no longer make direct syscalls
This commit is contained in:
parent
eeff60608c
commit
67bf602f14
@ -1,6 +1,5 @@
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
#include "syscall.h"
|
||||
|
||||
int lstat(const char *restrict path, struct stat *restrict buf)
|
||||
{
|
||||
|
@ -1,6 +1,5 @@
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
#include "syscall.h"
|
||||
|
||||
int stat(const char *restrict path, struct stat *restrict buf)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user