diff options
Diffstat (limited to 'libc/sysdeps/linux/frv/fstat.c')
-rw-r--r-- | libc/sysdeps/linux/frv/fstat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/frv/fstat.c b/libc/sysdeps/linux/frv/fstat.c index c6aceb62f..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) libc_hidden_def(fstat) |