* libc/sys/cygwin/sys/dirent.h (struct __DIR): Use __off32_t instead
of off_t.
This commit is contained in:
parent
f981596fcb
commit
59ee2e2013
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue