* 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

@ -1,3 +1,8 @@
2002-02-23 Corinna Vinschen <corinna@vinschen.de>
* libc/sys/cygwin/sys/dirent.h (struct __DIR): Use __off32_t instead
of off_t.
2002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
* libc/machine/xscale/strchr.c (strchr): Add 'r1' to the list of

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