mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-21 00:07:36 +08:00
Cygwin: readdir(3): stop support for pre-Cygwin 1.5.0 apps
We're filling dirent::__d_internal1 with the inode number to support apps built under Cygwin 1.3 and earlier. This doesn't make sense anymore. Drop this to free up __d_internal1 for other TBD use. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
bfe2790e7b
commit
d06113bf8b
@ -163,9 +163,6 @@ readdir_worker (DIR *dir, dirent *de)
|
||||
}
|
||||
}
|
||||
}
|
||||
/* This fills out the old 32 bit d_ino field for old applications,
|
||||
build under Cygwin before 1.5.x. */
|
||||
de->__d_internal1 = de->d_ino;
|
||||
}
|
||||
__except (NO_ERROR)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user