diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2003-05-11 21:52:09 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2003-05-11 21:52:09 +0000 |
commit | cc95baad414526fd2764e92f445a1b3f1d3db2ab (patch) | |
tree | e6bd175a89a62aee5781a081d15c31e28f5eccae /winsup/cygwin/winsup.h | |
parent | d1b5e65ba333661bdcba161023bc964562a06812 (diff) | |
download | newlib-cc95baad414526fd2764e92f445a1b3f1d3db2ab.zip newlib-cc95baad414526fd2764e92f445a1b3f1d3db2ab.tar.gz newlib-cc95baad414526fd2764e92f445a1b3f1d3db2ab.tar.bz2 |
Replace ino_t by __ino64_t throughout.
Diffstat (limited to 'winsup/cygwin/winsup.h')
-rw-r--r-- | winsup/cygwin/winsup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/winsup.h b/winsup/cygwin/winsup.h index 70a9c12..0fe2cfc 100644 --- a/winsup/cygwin/winsup.h +++ b/winsup/cygwin/winsup.h @@ -199,7 +199,7 @@ int __stdcall writable_directory (const char *file); int __stdcall stat_dev (DWORD, int, unsigned long, struct __stat64 *); extern BOOL allow_ntsec; -ino_t __stdcall hash_path_name (ino_t hash, const char *name) __attribute__ ((regparm(2))); +__ino64_t __stdcall hash_path_name (__ino64_t hash, const char *name) __attribute__ ((regparm(2))); void __stdcall nofinalslash (const char *src, char *dst) __attribute__ ((regparm(2))); extern "C" char *__stdcall rootdir (char *full_path) __attribute__ ((regparm(1))); |