diff options
Diffstat (limited to 'libc/unistd/pathconf.c')
-rw-r--r-- | libc/unistd/pathconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |