1998-03-10 10:49 Ulrich Drepper <drepper@cygnus.com>
* manual/filesys.texi: Document the change below.
+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
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