ftello: Add missing declaration on OSF/1 5.1.
authorBruno Haible <bruno@clisp.org>
Sun, 19 Dec 2010 13:59:22 +0000 (14:59 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 19 Dec 2010 13:59:22 +0000 (14:59 +0100)
commiteedb2b7b21f577d9b1ce0fbd2bbe3467a2ff165f
treeac5bd3d5685b412e2493672ade088bd9ae145849
parent7bdfdfca8d8948047946ea3aac8ca5027579f5e6
ftello: Add missing declaration on OSF/1 5.1.

* lib/stdio.in.h (ftello): Test HAVE_DECL_FTELLO, not HAVE_FTELLO.
* m4/ftello.m4 (gl_FUNC_FTELLO): Test whether ftello is declared.
* m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize HAVE_DECL_FTELLO.
* modules/stdio (Makefile.am): Substitute HAVE_DECL_FTELLO.
* doc/posix-functions/ftello.texi: Mention the OSF/1 5.1 problem.
ChangeLog
doc/posix-functions/ftello.texi
lib/stdio.in.h
m4/ftello.m4
m4/stdio_h.m4
modules/stdio