diff options
Diffstat (limited to 'sysdeps/vax/strchr.s')
-rw-r--r-- | sysdeps/vax/strchr.s | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/vax/strchr.s b/sysdeps/vax/strchr.s index 18b53838ec..1683f564e2 100644 --- a/sysdeps/vax/strchr.s +++ b/sysdeps/vax/strchr.s @@ -103,3 +103,5 @@ Lreent: beql 2f /* not found: return NULL */ movl r1,r0 2: ret + +weak_alias (strchr, index) |