poll tests: Avoid test failure on BSD and Solaris systems.
[gnulib.git] / doc / posix-functions / tmpfile.texi
blob0df5901dd19a42c2730056ec5d7e87bb7917bb43
1 @node tmpfile
2 @section @code{tmpfile}
3 @findex tmpfile
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/tmpfile.html}
7 Gnulib module: tmpfile
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function always fails on some platforms:
13 Android 4.3.
14 @item
15 This function often fails for trivial reasons on some platforms:
16 mingw, MSVC 14.
17 @item
18 On platforms where @code{off_t} is a 32-bit type, @code{tmpfile} may not work
19 correctly to create files larger than 2 GB@.  (Cf. @code{AC_SYS_LARGEFILE}.)
20 @end itemize
22 Portability problems not fixed by Gnulib:
23 @itemize
24 @end itemize