From ecee0e19a8ea612b9488a0edad71bae7502f5141 Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Thu, 16 Mar 2006 03:07:29 +0000 Subject: Do NOT hide 'utime'. When building binutils for the target using buildroot it was undefined. How about when you finish playing hide and seek with symbols you do a complete buildroot build and see if everything really works. $!#@$!#@ --- libc/sysdeps/linux/common/utime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc') diff --git a/libc/sysdeps/linux/common/utime.c b/libc/sysdeps/linux/common/utime.c index 5641cc6f0..5d289aede 100644 --- a/libc/sysdeps/linux/common/utime.c +++ b/libc/sysdeps/linux/common/utime.c @@ -13,7 +13,7 @@ libc_hidden_proto(utime) #ifdef __NR_utime -attribute_hidden _syscall2(int, utime, const char *, file, const struct utimbuf *, times); +_syscall2(int, utime, const char *, file, const struct utimbuf *, times); #else #include #include -- cgit v1.2.3