]> Savannah Git Hosting - gnulib.git/commitdiff
fsync: document AIX misbehavior
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 6 Jun 2015 07:56:01 +0000 (00:56 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 6 Jun 2015 07:56:37 +0000 (00:56 -0700)
* doc/posix-functions/fsync.texi (fsync):
Document failure on AIX with read-only file descriptor.

ChangeLog
doc/posix-functions/fsync.texi

index cba559d930e350fa03373aa019c102abf629d75d..a215c03d1293c7e70d32e66c6a55b4288c3b6f3a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-06-06  Paul Eggert  <eggert@cs.ucla.edu>
+
+       fsync: document AIX misbehavior
+       * doc/posix-functions/fsync.texi (fsync):
+       Document failure on AIX with read-only file descriptor.
+
 2015-06-05  Jonathan Perkin  <jperkin@joyent.com>  (tiny change)
 
        stdio: Don't redefine gets when using C++
index b51a3c5879213a01a085553dc55e76fd21012114..cbe57a313da4dcc563338883647d019370013463 100644 (file)
@@ -15,4 +15,8 @@ mingw, MSVC 9.
 
 Portability problems not fixed by Gnulib:
 @itemize
+@item
+If the argument is a read-only file descriptor, this function fails
+with @code{EBADF} on some platforms:
+AIX 7.1.
 @end itemize