bump standards-version (3.9.4);update overrides
[gnulib.git] / doc / posix-functions / tmpfile.texi
index 7ce0778..9dccde1 100644 (file)
@@ -10,7 +10,10 @@ Portability problems fixed by Gnulib:
 @itemize
 @item
 This function often fails for trivial reasons on some platforms:
-mingw.
+mingw, MSVC 9.
+@item
+On platforms where @code{off_t} is a 32-bit type, @code{tmpfile} may not work
+correctly to create files larger than 2 GB.  (Cf. @code{AC_SYS_LARGEFILE}.)
 @end itemize
 
 Portability problems not fixed by Gnulib: