aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-03-10 10:51:25 +0000
committerUlrich Drepper <drepper@redhat.com>1998-03-10 10:51:25 +0000
commit54fce91d605e1ef51303508b7adc22e01c092757 (patch)
tree6bb7de2488544c7519639da9437bda7090e9b393
parent6a440665b0e39eaa411f823cf2dcf884df88d69e (diff)
downloadglibc-54fce91d605e1ef51303508b7adc22e01c092757.tar
glibc-54fce91d605e1ef51303508b7adc22e01c092757.tar.gz
glibc-54fce91d605e1ef51303508b7adc22e01c092757.tar.bz2
glibc-54fce91d605e1ef51303508b7adc22e01c092757.zip
Update.
1998-03-10 10:49 Ulrich Drepper <drepper@cygnus.com> * manual/filesys.texi: Document the change below.
-rw-r--r--ChangeLog4
-rw-r--r--manual/filesys.texi3
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 286ffd7f47..6824fa21f7 100644
--- 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
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