Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2002-02-23 17:37:29 +0300
committerCorinna Vinschen <corinna@vinschen.de>2002-02-23 17:37:29 +0300
commit59ee2e20132c4e5ba8de0c9da5b88dde1c7986f3 (patch)
tree8f993bc11fda753dbc03e4c4b174cc989abbefd5 /newlib/libc/sys
parentf981596fcb98c7c38ba7248b8baf1373a021e7f6 (diff)
* libc/sys/cygwin/sys/dirent.h (struct __DIR): Use __off32_t instead
of off_t.
Diffstat (limited to 'newlib/libc/sys')
-rw-r--r--newlib/libc/sys/cygwin/sys/dirent.h2
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 c393fba59..411aa74b0 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 '*' */
- 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