* dir.cc (readdir_worker): Add comment about writing old 32 bit d_ino.
* include/cygwin/version.h: Bump API minor number to 152. (CYGWIN_VERSION_CHECK_FOR_NEEDS_D_INO): Remove.
This commit is contained in:
@@ -138,6 +138,8 @@ 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;
|
||||
|
||||
return res;
|
||||
|
Reference in New Issue
Block a user