Browse Source

add missing __strcoll alias

Mike Frysinger 20 years ago
parent
commit
4f483216a3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      libc/string/x86_64/strcmp.S

+ 1 - 0
libc/string/x86_64/strcmp.S

@@ -41,3 +41,4 @@ L(neq):	movl	$1, %eax
 END (BP_SYM (__strcmp))
 
 strong_alias(__strcmp,strcmp)
+hidden_strong_alias(__strcmp,__strcoll)