* libc/sys/cygwin/sys/dirent.h (struct __DIR): Use __off32_t instead

of off_t.
This commit is contained in:
Corinna Vinschen
2002-02-23 14:37:29 +00:00
parent f981596fcb
commit 59ee2e2013
2 changed files with 6 additions and 1 deletions

View File

@ -33,7 +33,7 @@ typedef struct __DIR
unsigned long __d_cookie;
struct dirent *__d_dirent;
char *__d_dirname; /* directory name with trailing '*' */
off_t __d_position; /* used by telldir/seekdir */
__off32_t __d_position; /* used by telldir/seekdir */
unsigned long __d_dirhash; /* hash of directory name for use by
readdir */
union