From 54fce91d605e1ef51303508b7adc22e01c092757 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 10 Mar 1998 10:51:25 +0000 Subject: [PATCH] Update. 1998-03-10 10:49 Ulrich Drepper * manual/filesys.texi: Document the change below. --- ChangeLog | 4 ++++ manual/filesys.texi | 3 +++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 286ffd7..6824fa2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1998-03-10 10:49 Ulrich Drepper + + * manual/filesys.texi: Document the change below. + 1998-03-10 Andreas Jaeger * sysdeps/posix/mkstemp.c (mkstemp): Open temporary file mode diff --git a/manual/filesys.texi b/manual/filesys.texi index 2921a53..3b125cd 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 -- 2.7.4