diff options
Diffstat (limited to 'src/stat/__lxstat.c')
-rw-r--r-- | src/stat/__lxstat.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/stat/__lxstat.c b/src/stat/__lxstat.c deleted file mode 100644 index e9992ed2..00000000 --- a/src/stat/__lxstat.c +++ /dev/null @@ -1,9 +0,0 @@ -#include <sys/stat.h> -#include "libc.h" - -int __lxstat(int ver, const char *path, struct stat *buf) -{ - return lstat(path, buf); -} - -LFS64(__lxstat); |