summaryrefslogtreecommitdiff
path: root/libc/string/strdup.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/strdup.c')
-rw-r--r--libc/string/strdup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/string/strdup.c b/libc/string/strdup.c
index d15345d0d..fff74444c 100644
--- a/libc/string/strdup.c
+++ b/libc/string/strdup.c
@@ -33,5 +33,5 @@ Wchar *Wstrdup(register const Wchar *s1)
}
#ifndef WANT_WIDE
-libc_hidden_def(strdup)
+libc_hidden_weak(strdup)
#endif