diff options
author | Yaakov Selkowitz <yselkowi@redhat.com> | 2016-08-29 15:30:59 -0500 |
---|---|---|
committer | Yaakov Selkowitz <yselkowi@redhat.com> | 2016-08-29 15:30:59 -0500 |
commit | 3d3ab829689f2563cfbfb65ce440cff8299a4ae9 (patch) | |
tree | c82ef7acc3c7962b9456626260b25468d65a74d9 /winsup/cygwin/release/2.6.0 | |
parent | de8b81950dcf0418f5412cfeab7bd6950c296905 (diff) | |
download | newlib-3d3ab829689f2563cfbfb65ce440cff8299a4ae9.zip newlib-3d3ab829689f2563cfbfb65ce440cff8299a4ae9.tar.gz newlib-3d3ab829689f2563cfbfb65ce440cff8299a4ae9.tar.bz2 |
Fix off_t typedef on Cygwin64
While both long and long long are 64-bits on x86_64, they are distinct types,
and long was used prior to commit 477463a2011ba81907a753df9ce7a71b6563db54.
Changing this breaks the linking of previously compiled C++ functions with
off_t arguments on 64-bit Cygwin with newly compiled code, as the mangling of
long (l) and long long (x) differ.
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
Diffstat (limited to 'winsup/cygwin/release/2.6.0')
0 files changed, 0 insertions, 0 deletions