diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-03-10 10:51:25 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-03-10 10:51:25 +0000 |
commit | 54fce91d605e1ef51303508b7adc22e01c092757 (patch) | |
tree | 6bb7de2488544c7519639da9437bda7090e9b393 /manual/filesys.texi | |
parent | 6a440665b0e39eaa411f823cf2dcf884df88d69e (diff) | |
download | glibc-54fce91d605e1ef51303508b7adc22e01c092757.tar.gz |
Update.
1998-03-10 10:49 Ulrich Drepper <drepper@cygnus.com>
* manual/filesys.texi: Document the change below.
Diffstat (limited to 'manual/filesys.texi')
-rw-r--r-- | manual/filesys.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/manual/filesys.texi b/manual/filesys.texi index 2921a53111..3b125cd3f0 100644 --- a/manual/filesys.texi +++ b/manual/filesys.texi @@ -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 |