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/open.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/common/open.c') diff --git a/libc/sysdeps/linux/common/open.c b/libc/sysdeps/linux/common/open.c index e29280cc4..822ac4f63 100644 --- a/libc/sysdeps/linux/common/open.c +++ b/libc/sysdeps/linux/common/open.c @@ -40,7 +40,7 @@ libc_hidden_def(__libc_open) libc_hidden_proto(open) weak_alias(__libc_open,open) -libc_hidden_def(open) +libc_hidden_weak(open) int creat(const char *file, mode_t mode) { -- cgit v1.2.3