diff options
Diffstat (limited to 'libc/sysdeps/linux/frv/fstat.c')
| -rw-r--r-- | libc/sysdeps/linux/frv/fstat.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/frv/fstat.c b/libc/sysdeps/linux/frv/fstat.c index fc8a25af5..45d2746b3 100644 --- a/libc/sysdeps/linux/frv/fstat.c +++ b/libc/sysdeps/linux/frv/fstat.c @@ -13,6 +13,5 @@ #include <unistd.h> #include <sys/stat.h> -libc_hidden_proto(fstat) -_syscall2(int, fstat, int, fd, struct stat *, buf); +_syscall2(int, fstat, int, fd, struct stat *, buf) libc_hidden_def(fstat) |
