add TLSDESC support for 32-bit arm
[musl] / src / stat / fstat.c
index ab4afc0..4f13f4f 100644 (file)
@@ -2,9 +2,6 @@
 #include <errno.h>
 #include <fcntl.h>
 #include "syscall.h"
-#include "libc.h"
-
-void __procfdname(char *, unsigned);
 
 int fstat(int fd, struct stat *st)
 {
@@ -21,4 +18,4 @@ int fstat(int fd, struct stat *st)
 #endif
 }
 
-LFS64(fstat);
+weak_alias(fstat, fstat64);