comparison 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
comparison
equal deleted inserted replaced
13957:c510048901cc 13958:cb15c5185b6a
38 glob 38 glob
39 link 39 link
40 lstat 40 lstat
41 mkdir 41 mkdir
42 mkfifo 42 mkfifo
43 mkostemp
43 mkstemp 44 mkstemp
44 mktime 45 mktime
45 nanosleep 46 nanosleep
46 nproc 47 nproc
47 opendir 48 opendir