summaryrefslogtreecommitdiff
path: root/wcsmbs/wcschr.c
diff options
context:
space:
mode:
Diffstat (limited to 'wcsmbs/wcschr.c')
-rw-r--r--wcsmbs/wcschr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/wcsmbs/wcschr.c b/wcsmbs/wcschr.c
index 844accdc4f..15b55d4543 100644
--- a/wcsmbs/wcschr.c
+++ b/wcsmbs/wcschr.c
@@ -32,3 +32,4 @@ wcschr (wcs, wc)
return NULL;
}
+libc_hidden_def (wcschr)