]> Savannah Git Hosting - gnulib.git/commit
fseeko: On mingw, don't use the hidden function _fseeki64.
authorBruno Haible <bruno@clisp.org>
Sat, 12 May 2018 18:37:47 +0000 (20:37 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 12 May 2018 18:37:47 +0000 (20:37 +0200)
commitca1e86d127224617de04715b6e7080560f921158
tree5abce2c33e76380675656830a0c8ab882139c068
parent681f4961d0edc066be458a092b48cd4b529337ba
fseeko: On mingw, don't use the hidden function _fseeki64.

Reported by Eli Zaretskii <eliz@gnu.org>.

* m4/fseeko.m4 (gl_PREREQ_FSEEKO): Test whether _fseeki64 is declared.
* lib/fseeko.c (fseeko): Use _fseeki64 only if it is declared.
ChangeLog
lib/fseeko.c
m4/fseeko.m4