]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - localedata/collate-test.c
nptl/tst-abstime: Use libsupport
[thirdparty/glibc.git] / localedata / collate-test.c
index a84974cef3fa5ccd1dd13dd111384e053325c1ea..9b87ad2682ac3eba8e929f13a1dd8a1d644786f1 100644 (file)
@@ -1,5 +1,5 @@
 /* Test collation function using real data.
-   Copyright (C) 1997, 1999, 2000, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1997-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
 
@@ -121,9 +121,7 @@ main (int argc, char *argv[])
 
 
 static int
-xstrcoll (ptr1, ptr2)
-     const void *ptr1;
-     const void *ptr2;
+xstrcoll (const void *ptr1, const void *ptr2)
 {
   const struct lines *l1 = (const struct lines *) ptr1;
   const struct lines *l2 = (const struct lines *) ptr2;