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/unistd/pathconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/unistd/pathconf.c') diff --git a/libc/unistd/pathconf.c b/libc/unistd/pathconf.c index 7f7efbb7f..a5e6fdec5 100644 --- a/libc/unistd/pathconf.c +++ b/libc/unistd/pathconf.c @@ -33,7 +33,7 @@ extern __typeof(statfs) __libc_statfs; libc_hidden_proto(__libc_statfs) -libc_hidden_proto(stat) +/* libc_hidden_proto(stat) */ /* The Linux kernel headers mention this as a kind of generic value. */ -- cgit v1.2.3