From 59ee2e20132c4e5ba8de0c9da5b88dde1c7986f3 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Sat, 23 Feb 2002 14:37:29 +0000 Subject: * libc/sys/cygwin/sys/dirent.h (struct __DIR): Use __off32_t instead of off_t. --- newlib/libc/sys/cygwin/sys/dirent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/libc') 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 -- cgit v1.2.3