pwrite: Work around HP-UX 11.11 bug.
[pspp] / ChangeLog
index 6c7d4530044f97fd39115c3db8ece4dd933ddce1..f3dcc8f5b05780789d01ca25d902b6e3ff0d9481 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-12-31  Bruno Haible  <bruno@clisp.org>
+
+       pwrite: Work around HP-UX 11.11 bug.
+       * m4/pwrite.m4 (gl_FUNC_PWRITE): When pwrite exists, test whether it
+       works and set REPLACE_PWRITE if not.
+       * lib/pwrite.c (pwrite): Add an implementation that uses the system
+       function.
+       * doc/posix-functions/pwrite.texi: Document the HP-UX 11 bug.
+
 2010-12-31  Bruno Haible  <bruno@clisp.org>
 
        pread: Work around HP-UX 11 bugs.