diff options
Diffstat (limited to 'newlib/libc')
-rw-r--r-- | newlib/libc/sys/cygwin/sys/dirent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/sys/cygwin/sys/dirent.h b/newlib/libc/sys/cygwin/sys/dirent.h index cecf7a85a..810d8592c 100644 --- a/newlib/libc/sys/cygwin/sys/dirent.h +++ b/newlib/libc/sys/cygwin/sys/dirent.h @@ -33,7 +33,7 @@ typedef struct __DIR unsigned long __d_cookie; struct dirent *__d_dirent; 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 readdir */ union |