2011-07-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* libc/sys/rtems/sys/dirent.h (scandir): Add const to "select" parameter.
This commit is contained in:
parent
080c39ca2a
commit
ce108cc83c
|
@ -1,3 +1,8 @@
|
|||
2011-07-26 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libc/sys/rtems/sys/dirent.h (scandir):
|
||||
Add const to "select" parameter.
|
||||
|
||||
2011-07-25 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libc/iconv/iconv.tex: Rename node "Introduction" into
|
||||
|
|
|
@ -50,7 +50,7 @@ struct dirent {
|
|||
|
||||
int scandir ( const char *dirname,
|
||||
struct dirent *** namelist,
|
||||
int (*select)(struct dirent *),
|
||||
int (*select)(const struct dirent *),
|
||||
int (*dcomp)(const struct dirent **, const struct dirent **)
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue