Cygwin: dirent.h: fix a comment

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2024-03-19 23:21:35 +01:00
parent d06113bf8b
commit 14970f2645
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ struct __DIR
/* This is first to set alignment in non _LIBC case. */
unsigned long __d_cookie;
struct dirent *__d_dirent;
char *__d_dirname; /* directory name with trailing '*' */
char *__d_dirname; /* use for internal caching */
__int32_t __d_position; /* used by telldir/seekdir */
int __d_fd;
uintptr_t __d_internal;