mirror of git://git.musl-libc.org/musl
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