]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - string/strverscmp.c
Make mktime etc. compatible with __time64_t
[thirdparty/glibc.git] / string / strverscmp.c
index 7060afcc654740d0a8bb8c819d200d16f03486f1..1e96ad3acd3ea664d84204fc0dbf1e12349cdfcc 100644 (file)
@@ -1,5 +1,5 @@
 /* Compare strings while treating digits characters numerically.
-   Copyright (C) 1997-2014 Free Software Foundation, Inc.
+   Copyright (C) 1997-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Jean-François Bignolles <bignolle@ecoledoc.ibp.fr>, 1997.
 
@@ -39,9 +39,7 @@
 */
 
 int
-__strverscmp (s1, s2)
-     const char *s1;
-     const char *s2;
+__strverscmp (const char *s1, const char *s2)
 {
   const unsigned char *p1 = (const unsigned char *) s1;
   const unsigned char *p2 = (const unsigned char *) s2;