mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00:00
Update.
1998-03-10 10:49 Ulrich Drepper <drepper@cygnus.com> * manual/filesys.texi: Document the change below.
This commit is contained in:
parent
6a440665b0
commit
54fce91d60
@ -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>
|
1998-03-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
|
||||||
|
|
||||||
* sysdeps/posix/mkstemp.c (mkstemp): Open temporary file mode
|
* sysdeps/posix/mkstemp.c (mkstemp): Open temporary file mode
|
||||||
|
@ -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
|
uniquely-named file, it makes @var{template} an empty string and returns
|
||||||
@code{-1}. If @var{template} does not end with @samp{XXXXXX},
|
@code{-1}. If @var{template} does not end with @samp{XXXXXX},
|
||||||
@code{mkstemp} returns @code{-1} and does not modify @var{template}.
|
@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
|
@end deftypefun
|
||||||
|
|
||||||
Unlike @code{mktemp}, @code{mkstemp} is actually guaranteed to create a
|
Unlike @code{mktemp}, @code{mkstemp} is actually guaranteed to create a
|
||||||
|
Loading…
Reference in New Issue
Block a user