summaryrefslogtreecommitdiff
path: root/sysdeps/vax/strrchr.s
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/vax/strrchr.s')
-rw-r--r--sysdeps/vax/strrchr.s2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/vax/strrchr.s b/sysdeps/vax/strrchr.s
index f292eaceab..dffcddaef0 100644
--- a/sysdeps/vax/strrchr.s
+++ b/sysdeps/vax/strrchr.s
@@ -112,3 +112,5 @@ Lreent:
3:
movl r5,r0 /* return stashed pointer */
ret
+
+weak_alias (strrchr, rindex)