pwrite: Fix test whether it works and make it work on HP-UX 11.11.
authorBruno Haible <bruno@clisp.org>
Sun, 2 Jan 2011 17:40:29 +0000 (18:40 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 2 Jan 2011 17:40:29 +0000 (18:40 +0100)
commitfa43e0af674cf072f407fda6ec95cae536f4e4a0
tree34b3b667aba007937aa66545b42faa125dbe1709
parent3fd56be69a03023257f7e2087ebe1df5c4e036a8
pwrite: Fix test whether it works and make it work on HP-UX 11.11.

* m4/pwrite.m4 (gl_FUNC_PWRITE): Use AC_LANG_PROGRAM, not
AC_LANG_SOURCE. Extend the test program to catch another HP-UX 11.11
bug.
* lib/pwrite.c: Undo 2010-12-31 patch.
* doc/posix-functions/pwrite.texi: Document another HP-UX 11.11 bug.
ChangeLog
doc/posix-functions/pwrite.texi
lib/pwrite.c
m4/pwrite.m4