Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 10 Mar 1998 10:51:25 +0000 (10:51 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 10 Mar 1998 10:51:25 +0000 (10:51 +0000)
1998-03-10 10:49  Ulrich Drepper  <drepper@cygnus.com>

* manual/filesys.texi: Document the change below.

ChangeLog
manual/filesys.texi

index 286ffd7..6824fa2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 2921a53..3b125cd 100644 (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