summary refs log tree commit diff
path: root/dirent/scandir64.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2009-03-20 20:00:20 +0000
committerJakub Jelinek <jakub@redhat.com>2009-03-20 20:00:20 +0000
commitef860a878bf532436a469fc1f89fe3366862a949 (patch)
treec4a2666ac77cdaa00f41bd8f66a828b39e2642ff /dirent/scandir64.c
parentd4c583b4466962a9d9d4ca54ab6108dc7b42cdcc (diff)
downloadglibc-ef860a878bf532436a469fc1f89fe3366862a949.tar.gz
glibc-ef860a878bf532436a469fc1f89fe3366862a949.tar.xz
glibc-ef860a878bf532436a469fc1f89fe3366862a949.zip
Updated to fedora-glibc-20090320T1944 cvs/fedora-glibc-2_9_90-11
Diffstat (limited to 'dirent/scandir64.c')
-rw-r--r--dirent/scandir64.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/dirent/scandir64.c b/dirent/scandir64.c
index 68608de9a0..b7bd654658 100644
--- a/dirent/scandir64.c
+++ b/dirent/scandir64.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000 Free Software Foundation, Inc.
+/* Copyright (C) 2000, 2009 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -25,6 +25,7 @@
 int scandir64 (__const char *__restrict __dir,
 	       struct dirent64 ***__restrict __namelist,
 	       int (*__selector) (__const struct dirent64 *),
-	       int (*__cmp) (__const void *, __const void *));
+	       int (*__cmp) (__const struct dirent64 **,
+			     __const struct dirent64 **));
 
 #include <dirent/scandir.c>