summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/frv/fstat64.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/frv/fstat64.c')
-rw-r--r--libc/sysdeps/linux/frv/fstat64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/frv/fstat64.c b/libc/sysdeps/linux/frv/fstat64.c
index ff7f2397f..98c02e72d 100644
--- a/libc/sysdeps/linux/frv/fstat64.c
+++ b/libc/sysdeps/linux/frv/fstat64.c
@@ -31,7 +31,7 @@
#if defined __UCLIBC_HAS_LFS__
#define __NR___syscall_fstat64 __NR_fstat64
static inline _syscall2(int, __syscall_fstat64, int, fd, struct stat64 *, buf);
-strong_alias(__syscall_fstat64,fstat64)
libc_hidden_proto(fstat64)
+strong_alias(__syscall_fstat64,fstat64)
libc_hidden_def(fstat64)
#endif