diff options
Diffstat (limited to 'libc/sysdeps/linux/common/xstatconv.c')
-rw-r--r-- | libc/sysdeps/linux/common/xstatconv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/xstatconv.c b/libc/sysdeps/linux/common/xstatconv.c index 792bc090a..abcb496b8 100644 --- a/libc/sysdeps/linux/common/xstatconv.c +++ b/libc/sysdeps/linux/common/xstatconv.c @@ -25,7 +25,7 @@ #include <string.h> #include "xstatconv.h" -libc_hidden_proto(memset) +/* Experimentally off - libc_hidden_proto(memset) */ void attribute_hidden __xstat_conv(struct kernel_stat *kbuf, struct stat *buf) { |