summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/open.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/common/open.c')
-rw-r--r--libc/sysdeps/linux/common/open.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/open.c b/libc/sysdeps/linux/common/open.c
index 0db3b007f..e29280cc4 100644
--- a/libc/sysdeps/linux/common/open.c
+++ b/libc/sysdeps/linux/common/open.c
@@ -39,7 +39,7 @@ int __libc_open(const char *file, int flags, ...)
libc_hidden_def(__libc_open)
libc_hidden_proto(open)
-strong_alias(__libc_open,open)
+weak_alias(__libc_open,open)
libc_hidden_def(open)
int creat(const char *file, mode_t mode)