fseeko: Add missing declaration on OSF/1 5.1.
authorBruno Haible <bruno@clisp.org>
Sun, 19 Dec 2010 13:53:15 +0000 (14:53 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 19 Dec 2010 13:53:15 +0000 (14:53 +0100)
commit7bdfdfca8d8948047946ea3aac8ca5027579f5e6
tree3f6ddf54ea71f690fc29805c981a6d6100d4992d
parent2fac6f35e670d13c745e152d860fc0c2cadf14ca
fseeko: Add missing declaration on OSF/1 5.1.

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