summaryrefslogtreecommitdiff
path: root/sysdeps/tile/strchrnul.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/tile/strchrnul.c')
-rw-r--r--sysdeps/tile/strchrnul.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/tile/strchrnul.c b/sysdeps/tile/strchrnul.c
index 2f425a2ff3..6c76ecb89b 100644
--- a/sysdeps/tile/strchrnul.c
+++ b/sysdeps/tile/strchrnul.c
@@ -61,4 +61,5 @@ __strchrnul (const char *s, int c)
g = z;
return ((char *) p) + (g >> 3);
}
+libc_hidden_def (__strchrnul)
weak_alias (__strchrnul, strchrnul)