]> Savannah Git Hosting - gnulib.git/commitdiff
truncate: Document last workaround.
authorBruno Haible <bruno@clisp.org>
Sat, 9 Jan 2021 06:43:37 +0000 (07:43 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 9 Jan 2021 06:45:31 +0000 (07:45 +0100)
* doc/posix-functions/truncate.texi: Document the AIX bug.

ChangeLog
doc/posix-functions/truncate.texi

index 1e589aac36daf6e319f67fee93f8eadabc92f1c9..f574c3668f49677e0f7c7e9c8fb17963398ab2cb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2021-01-09  Bruno Haible  <bruno@clisp.org>
+
+       truncate: Document last workaround.
+       * doc/posix-functions/truncate.texi: Document the AIX bug.
+
 2021-01-08  Paul Eggert  <eggert@cs.ucla.edu>
 
        dynarray: work even if ‘free’ is replaced
index 85a4dbe9bb80a2956eda2832efafd27122569ba5..8ee1fa7d18561e4e9c7a910cd287cff716c0afcb 100644 (file)
@@ -15,6 +15,10 @@ mingw, MSVC 14, Android 4.4 with @code{AC_SYS_LARGEFILE} in effect.
 On platforms where @code{off_t} is a 32-bit type, this function is not
 applicable to arbitrary lengths for files larger than 2 GB@.  The fix is to
 use the @code{AC_SYS_LARGEFILE} macro.
+@item
+This function does not fail when the file name argument ends in a slash
+and (without the slash) names a non-directory, on some platforms:
+AIX 7.2.
 @end itemize
 
 Portability problems not fixed by Gnulib: