From 22826bcb414c9264ea83b3fe4ed76142388c0f93 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Mon, 13 Feb 2006 08:49:12 +0000 Subject: Weaken all that I remember being used in libpthread --- libc/sysdeps/linux/common/open64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/common/open64.c') diff --git a/libc/sysdeps/linux/common/open64.c b/libc/sysdeps/linux/common/open64.c index cd4ce64ec..81480f88e 100644 --- a/libc/sysdeps/linux/common/open64.c +++ b/libc/sysdeps/linux/common/open64.c @@ -36,5 +36,5 @@ int __libc_open64 (const char *file, int oflag, ...) } libc_hidden_proto(open64) weak_alias(__libc_open64,open64) -libc_hidden_def(open64) +libc_hidden_weak(open64) #endif /* __UCLIBC_HAS_LFS__ */ -- cgit v1.2.3