1998-03-10 10:49  Ulrich Drepper  <drepper@cygnus.com>

	* manual/filesys.texi: Document the change below.
This commit is contained in:
Ulrich Drepper 1998-03-10 10:51:25 +00:00
parent 6a440665b0
commit 54fce91d60
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
1998-03-10 10:49 Ulrich Drepper <drepper@cygnus.com>
* manual/filesys.texi: Document the change below.
1998-03-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* sysdeps/posix/mkstemp.c (mkstemp): Open temporary file mode

View File

@ -2402,6 +2402,9 @@ for reading and writing. If @code{mkstemp} cannot create a
uniquely-named file, it makes @var{template} an empty string and returns
@code{-1}. If @var{template} does not end with @samp{XXXXXX},
@code{mkstemp} returns @code{-1} and does not modify @var{template}.
The file is opened using mode @code{0600}. If the file is meant to be
used by other users the mode must explicitly changed.
@end deftypefun
Unlike @code{mktemp}, @code{mkstemp} is actually guaranteed to create a