mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
*** empty log message ***
Tue Nov 5 00:04:48 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> * stdio-common/vfprintf.c: Include <libc-lock.h>.
This commit is contained in:
@ -162,7 +162,7 @@ write_corefile (int signo, const struct hurd_signal_detail *detail)
|
||||
/* Create the new file, but don't link it into the directory yet. */
|
||||
__dir_mkfile (coredir, O_WRONLY|O_CREAT,
|
||||
0600 & ~_hurd_umask, /* XXX ? */
|
||||
&file))
|
||||
&file);
|
||||
|
||||
/* Call the core dumping server to write the core file. */
|
||||
err = __crash_dump_task (coreserver,
|
||||
|
Reference in New Issue
Block a user