From b133fe1cac9f99b63ea56daf92caa1423b1289d0 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 20 Nov 2008 22:07:43 +0000 Subject: next portion of libc_hidden_proto removal --- libc/sysdeps/linux/frv/fstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/frv/fstat.c') diff --git a/libc/sysdeps/linux/frv/fstat.c b/libc/sysdeps/linux/frv/fstat.c index 0153ebe8e..c6aceb62f 100644 --- a/libc/sysdeps/linux/frv/fstat.c +++ b/libc/sysdeps/linux/frv/fstat.c @@ -13,6 +13,6 @@ #include #include -libc_hidden_proto(fstat) +/* libc_hidden_proto(fstat) */ _syscall2(int, fstat, int, fd, struct stat *, buf) libc_hidden_def(fstat) -- cgit v1.2.3