diff options
Diffstat (limited to 'winsup/cygwin/winsup.h')
-rw-r--r-- | winsup/cygwin/winsup.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/winsup/cygwin/winsup.h b/winsup/cygwin/winsup.h index 0adbb738c..d3daec259 100644 --- a/winsup/cygwin/winsup.h +++ b/winsup/cygwin/winsup.h @@ -147,7 +147,7 @@ void uinfo_init (void); #define ILLEGAL_UID ((__uid16_t)-1) #define ILLEGAL_GID ((__gid16_t)-1) -#define ILLEGAL_SEEK ((__off32_t)-1) +#define ILLEGAL_SEEK ((__off64_t)-1) /* various events */ void events_init (void); @@ -179,7 +179,7 @@ extern int cygwin_finished_initializing; void __stdcall set_std_handle (int); int __stdcall writable_directory (const char *file); -int __stdcall stat_dev (DWORD, int, unsigned long, struct stat *); +int __stdcall stat_dev (DWORD, int, unsigned long, struct __stat64 *); extern BOOL allow_ntsec; unsigned long __stdcall hash_path_name (unsigned long hash, const char *name) __attribute__ ((regparm(2))); @@ -230,7 +230,7 @@ extern "C" void __malloc_lock (struct _reent *); extern "C" void __malloc_unlock (struct _reent *); class path_conv; -int __stdcall stat_worker (const char *name, struct stat *buf, int nofollow, +int __stdcall stat_worker (const char *name, struct __stat64 *buf, int nofollow, path_conv *pc = NULL) __attribute__ ((regparm (3))); /**************************** Exports ******************************/ |