Skip to content

Commit

Permalink
* dirent/scandir64.c (scandir64): Adjust declaration to type change.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Mar 16, 2009
1 parent d9822db commit 8efb2f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2009-03-16 Thomas Schwinge <tschwinge@gnu.org>

* dirent/scandir64.c (scandir64): Adjust declaration to type change.

2009-03-16 Ulrich Drepper <drepper@redhat.com>

* nscd/connections.c (restart): Try to preserve the process name
Expand Down
5 changes: 3 additions & 2 deletions dirent/scandir64.c
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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>

0 comments on commit 8efb2f1

Please sign in to comment.