about summary refs log tree commit diff
path: root/string/strverscmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'string/strverscmp.c')
-rw-r--r--string/strverscmp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/string/strverscmp.c b/string/strverscmp.c
index 815073ecbf..39dfc61a9b 100644
--- a/string/strverscmp.c
+++ b/string/strverscmp.c
@@ -39,7 +39,7 @@
 */
 
 int
-strverscmp (s1, s2)
+__strverscmp (s1, s2)
      const char *s1;
      const char *s2;
 {
@@ -109,3 +109,4 @@ strverscmp (s1, s2)
       return state;
   }
 }
+weak_alias (__strverscmp, strverscmp)