about summary refs log tree commit diff
path: root/sysdeps/m68k/strchrnul.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/m68k/strchrnul.S')
-rw-r--r--sysdeps/m68k/strchrnul.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/m68k/strchrnul.S b/sysdeps/m68k/strchrnul.S
index f4759a0fb3..1aee431f41 100644
--- a/sysdeps/m68k/strchrnul.S
+++ b/sysdeps/m68k/strchrnul.S
@@ -263,4 +263,5 @@ L(L9:)
 	rts
 END(__strchrnul)
 
+libc_hidden_def (__strchrnul)
 weak_alias (__strchrnul, strchrnul)