diff options
Diffstat (limited to 'libc/string/arm')
-rw-r--r-- | libc/string/arm/strcmp.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/string/arm/strcmp.S b/libc/string/arm/strcmp.S index e572cbe68..6913906ee 100644 --- a/libc/string/arm/strcmp.S +++ b/libc/string/arm/strcmp.S @@ -49,3 +49,4 @@ __strcmp: .size __strcmp,.-__strcmp .weak strcoll ; strcoll = strcmp +.global __strcoll ; __strcoll = strcoll |