diff options
Diffstat (limited to 'libc/sysdeps/linux/frv/fstat.c')
-rw-r--r-- | libc/sysdeps/linux/frv/fstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/frv/fstat.c b/libc/sysdeps/linux/frv/fstat.c index fc8a25af5..0153ebe8e 100644 --- a/libc/sysdeps/linux/frv/fstat.c +++ b/libc/sysdeps/linux/frv/fstat.c @@ -14,5 +14,5 @@ #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) |