]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: drop requirement to build newlib's stdio64
authorCorinna Vinschen <corinna@vinschen.de>
Wed, 3 Aug 2022 11:41:35 +0000 (13:41 +0200)
committerCorinna Vinschen <corinna@vinschen.de>
Wed, 3 Aug 2022 11:41:35 +0000 (13:41 +0200)
commit2902b3a09e0a45c4971b59f78ab175b71b3c755e
tree0bdbab63d1093fd60583310f02ba386e0b3ec3e1
parent8b502d863500149f4e86497714f0462e788f2f1e
Cygwin: drop requirement to build newlib's stdio64

Given that 64 bit Cygwin defines all file access types (off_t,
fpos_t, and derived types) as 64 bit anyway, there's no reason
left to rely on the stdio64 part of newlib.  Use base functions
and base types.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
newlib/configure.host
newlib/libc/include/stdio.h
winsup/cygwin/include/cygwin/config.h
winsup/cygwin/syscalls.cc
This page took 0.030501 seconds and 5 git commands to generate.