diff options
Diffstat (limited to 'localedata/xfrm-test.c')
-rw-r--r-- | localedata/xfrm-test.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/localedata/xfrm-test.c b/localedata/xfrm-test.c index 3ab21402f..35b1a63 100644 --- a/localedata/xfrm-test.c +++ b/localedata/xfrm-test.c @@ -172,9 +172,7 @@ main (int argc, char *argv[]) static int -xstrcmp (ptr1, ptr2) - const void *ptr1; - const void *ptr2; +xstrcmp (const void *ptr1, const void *ptr2) { const struct lines *l1 = (const struct lines *) ptr1; const struct lines *l2 = (const struct lines *) ptr2; |