]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: readdir(3): stop support for pre-Cygwin 1.5.0 apps
authorCorinna Vinschen <corinna@vinschen.de>
Tue, 19 Mar 2024 15:22:40 +0000 (16:22 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Tue, 19 Mar 2024 15:22:40 +0000 (16:22 +0100)
commitd06113bf8b6151fa5ac7ababe28a8cfc48c1406a
tree0a5ba2cb5069e819518a788d2ed438388b9226bb
parentbfe2790e7bc4400019a765bb9d0b7545a05ce447
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>
winsup/cygwin/dir.cc
This page took 0.026853 seconds and 5 git commands to generate.