aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ia64/strchr.S
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-05-26 14:30:51 +0000
committerUlrich Drepper <drepper@redhat.com>2005-05-26 14:30:51 +0000
commit1ab18a5bfb049b07fb58de178f13bbe5e4c0a4e6 (patch)
treec7bf2264fd7a549a81eef4163c285333028079c6 /sysdeps/ia64/strchr.S
parent1f708405fc137d3235803832110a7eec8f14d894 (diff)
downloadglibc-1ab18a5bfb049b07fb58de178f13bbe5e4c0a4e6.zip
glibc-1ab18a5bfb049b07fb58de178f13bbe5e4c0a4e6.tar.gz
glibc-1ab18a5bfb049b07fb58de178f13bbe5e4c0a4e6.tar.bz2
Add space inf weak_alias use.
Diffstat (limited to 'sysdeps/ia64/strchr.S')
-rw-r--r--sysdeps/ia64/strchr.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/ia64/strchr.S b/sysdeps/ia64/strchr.S
index 2585627..63db7ff 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)