mkostempsPortability problems fixed by Gnulib:
off_t is a 32-bit type, mkostemps may not work
correctly to create files larger than 2 GB. (Cf. AC_SYS_LARGEFILE.)
Portability problems not fixed by Gnulib:
The gnulib module clean-temp can create temporary files that will not
be left behind after signals such as SIGINT.