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