mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-07 06:50:24 +08:00
* libc/sys/cygwin/sys/dirent.h (struct DIR): Change type of
__d_position member to _off_t.
This commit is contained in:
parent
4663241541
commit
d78045eed0
@ -1,3 +1,8 @@
|
|||||||
|
2003-04-01 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* libc/sys/cygwin/sys/dirent.h (struct DIR): Change type of
|
||||||
|
__d_position member to _off_t.
|
||||||
|
|
||||||
2003-03-20 Jeff Johnston <jjohnstn@redhat.com>
|
2003-03-20 Jeff Johnston <jjohnstn@redhat.com>
|
||||||
|
|
||||||
* libc/stdio/vfscanf.c (__svfscanf_r): For floating point conversion,
|
* libc/stdio/vfscanf.c (__svfscanf_r): For floating point conversion,
|
||||||
|
@ -33,7 +33,7 @@ typedef struct __DIR
|
|||||||
unsigned long __d_cookie;
|
unsigned long __d_cookie;
|
||||||
struct dirent *__d_dirent;
|
struct dirent *__d_dirent;
|
||||||
char *__d_dirname; /* directory name with trailing '*' */
|
char *__d_dirname; /* directory name with trailing '*' */
|
||||||
__off32_t __d_position; /* used by telldir/seekdir */
|
_off_t __d_position; /* used by telldir/seekdir */
|
||||||
unsigned long __d_dirhash; /* hash of directory name for use by
|
unsigned long __d_dirhash; /* hash of directory name for use by
|
||||||
readdir */
|
readdir */
|
||||||
union
|
union
|
||||||
|
Loading…
x
Reference in New Issue
Block a user