summaryrefslogtreecommitdiff
path: root/src/stat/__fxstatat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stat/__fxstatat.c')
-rw-r--r--src/stat/__fxstatat.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/stat/__fxstatat.c b/src/stat/__fxstatat.c
deleted file mode 100644
index e389dec7..00000000
--- a/src/stat/__fxstatat.c
+++ /dev/null
@@ -1,9 +0,0 @@
-#include <sys/stat.h>
-#include "libc.h"
-
-int __fxstatat(int ver, int fd, const char *path, struct stat *buf, int flag)
-{
- return fstatat(fd, path, buf, flag);
-}
-
-LFS64(__fxstatat);