mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-03-01 12:35:44 +08:00
* include/sys/dirent.h (struct dirent): Revert misguided attempt to
rename __d_unused1 to __d_fd.
This commit is contained in:
parent
acfdfc9ffb
commit
fa3ffdd01a
@ -1,4 +1,9 @@
|
||||
2006-01-26 Corinna Vinschen <corinna@vinschen.de>
|
||||
2006-01-28 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* include/sys/dirent.h (struct dirent): Revert misguided attempt to
|
||||
rename __d_unused1 to __d_fd.
|
||||
|
||||
2006-01-27 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* autoload.cc (NtQueryDirectoryFile): Define.
|
||||
* dir.cc (__opendir_with_d_ino): Just call opendir.
|
||||
|
@ -21,7 +21,7 @@ struct dirent
|
||||
{
|
||||
long __d_version; /* Used internally */
|
||||
__ino64_t d_ino;
|
||||
__uint32_t __d_fd;
|
||||
__uint32_t __d_unused1;
|
||||
__uint32_t __d_internal1;
|
||||
char d_name[256]; /* FIXME: use NAME_MAX? */
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user