aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/s390/memrchr-c.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/s390/memrchr-c.c')
-rw-r--r--sysdeps/s390/memrchr-c.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/s390/memrchr-c.c b/sysdeps/s390/memrchr-c.c
index ce97bc6..bdf3c7b 100644
--- a/sysdeps/s390/memrchr-c.c
+++ b/sysdeps/s390/memrchr-c.c
@@ -24,4 +24,8 @@
# endif
# include <string/memrchr.c>
+
+# if defined SHARED && IS_IN (libc)
+__hidden_ver1 (__memrchr_c, __GI___memrchr, __memrchr_c);
+# endif
#endif