From: Ulrich Drepper Date: Mon, 16 Mar 2009 22:37:22 +0000 (+0000) Subject: * dirent/scandir64.c (scandir64): Adjust declaration to type change. X-Git-Tag: upstream/2.30~13748 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8efb2f1ca042578c0c490a8c7677120c402e0455;p=external%2Fglibc.git * dirent/scandir64.c (scandir64): Adjust declaration to type change. --- diff --git a/ChangeLog b/ChangeLog index 3bb4ed1..3bdae6a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-03-16 Thomas Schwinge + + * dirent/scandir64.c (scandir64): Adjust declaration to type change. + 2009-03-16 Ulrich Drepper * nscd/connections.c (restart): Try to preserve the process name diff --git a/dirent/scandir64.c b/dirent/scandir64.c index 68608de..b7bd654 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