mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Update.
* conform/data/ftw.h-data: Add allow-header sys/stat.h.
This commit is contained in:
parent
4186c9f42b
commit
1a8de3e4dc
@ -1,5 +1,7 @@
|
||||
2000-04-09 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* conform/data/ftw.h-data: Add allow-header sys/stat.h.
|
||||
|
||||
* sysdeps/unix/sysv/linux/getdents.c (__getdents): Avoid initial
|
||||
lseek call be passing in a buffer which never allow a successful
|
||||
first getdents syscall if not at leas the initial entry can be
|
||||
|
@ -19,5 +19,7 @@ macro FTW_CHDIR
|
||||
function int ftw (const char*, int (*) (const char *, const struct stat*, int), int)
|
||||
function int nftw (const char*, int (*) (const char *, const struct stat*, int, struct FTW *), int, int)
|
||||
|
||||
allow-header sys/stat.h
|
||||
|
||||
allow *_t
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user