diff options
Diffstat (limited to 'sysdeps/ia64/strchr.S')
-rw-r--r-- | sysdeps/ia64/strchr.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/ia64/strchr.S b/sysdeps/ia64/strchr.S index 258562796a..63db7ff7e5 100644 --- a/sysdeps/ia64/strchr.S +++ b/sysdeps/ia64/strchr.S @@ -108,5 +108,5 @@ ENTRY(strchr) br.cond.sptk .back END(strchr) -weak_alias(strchr, index) +weak_alias (strchr, index) libc_hidden_builtin_def (strchr) |