diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2003-03-07 20:41:49 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2003-03-07 20:41:49 +0000 |
commit | 5582abd2c78a738bc9559c8807acbe62d4e07f48 (patch) | |
tree | c2394d35badffe5f76f20044c0afa9e03bd0bf7a /newlib/configure.host | |
parent | 6f8102cb71a334f84127e14929855cebf9680c02 (diff) | |
download | cygnal-5582abd2c78a738bc9559c8807acbe62d4e07f48.tar.gz cygnal-5582abd2c78a738bc9559c8807acbe62d4e07f48.tar.bz2 cygnal-5582abd2c78a738bc9559c8807acbe62d4e07f48.zip |
* configure.host: Define stdio64_dir for Cygwin.
* libc/include/stdio.h: Change definition of fpos_t to fulfill
Cygwin 64bit file access requirements.
Drop definition of f*64() functions when compiled for Cygwin.
* libc/include/sys/config.h: Define __LARGE64_FILES for Cygwin.
* libc/reent/lseek64r.c: Use _off64_t instead of off64_t.
* libc/stdio64/local64.h: Use _fpos64_t instead of fpos64_t.
Diffstat (limited to 'newlib/configure.host')
-rw-r--r-- | newlib/configure.host | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/configure.host b/newlib/configure.host index 49d23b892..07ef60795 100644 --- a/newlib/configure.host +++ b/newlib/configure.host @@ -288,6 +288,7 @@ case "${host}" in *-*-cygwin*) sys_dir=cygwin posix_dir=posix + stdio64_dir=stdio64 ;; *-*-netware*) signal_dir= |