diff build-aux/bootstrap.conf @ 13958:cb15c5185b6a

mkstemp: open file in binary mode (bug #33669) * file-io.cc (Fmkstemp): Use mkostemp to open temp file using O_BINARY option. Add "b" to fopen_mode in call to fdopen. #include <fcntl.h> for definition of O_BINARY. * bootstrap.conf (gnulib_modules): Include mkostemp in the list.
author John W. Eaton <jwe@octave.org>
date Tue, 29 Nov 2011 04:42:16 -0500
parents 30414ff19d5e
children 051a8f94b6f8
line wrap: on
line diff
--- a/build-aux/bootstrap.conf	Tue Nov 29 03:35:40 2011 -0500
+++ b/build-aux/bootstrap.conf	Tue Nov 29 04:42:16 2011 -0500
@@ -40,6 +40,7 @@
   lstat
   mkdir
   mkfifo
+  mkostemp
   mkstemp
   mktime
   nanosleep