]> Savannah Git Hosting - gnulib.git/commit
ftell, ftello: Fix recognition of pipes on native Windows.
authorBruno Haible <bruno@clisp.org>
Mon, 24 Apr 2023 17:48:47 +0000 (19:48 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 24 Apr 2023 17:48:47 +0000 (19:48 +0200)
commitc254399aae1fb663ff9d3038aa4725213afc2cc3
tree6acd0c1e4371284a5d8099bc8c93995bd618f6fe
parentca5545a273810bb759fb854f70b8d228b6094ff0
ftell, ftello: Fix recognition of pipes on native Windows.

* m4/lseek.m4 (gl_FUNC_LSEEK): Update comment.
* m4/ftello.m4 (gl_FUNC_FTELLO): On native Windows, set REPLACE_FTELLO=1
always.
* doc/posix-functions/ftello.texi: Mention the behaviour on pipes.
* doc/posix-functions/ftell.texi: Likewise.
* doc/posix-functions/fgetpos.texi: Likewise.
ChangeLog
doc/posix-functions/fgetpos.texi
doc/posix-functions/ftell.texi
doc/posix-functions/ftello.texi
m4/ftello.m4
m4/lseek.m4