Ticket #52613: mksfifo.patch
File mksfifo.patch, 367 bytes (added by mwette, 8 years ago) |
---|
-
libguile/filesys.c
old new 1486 1486 mode_bits = scm_i_mode_bits (mode); 1487 1487 } 1488 1488 1489 #ifdef __APPLE__ 1490 open_flags &= O_APPEND|O_SHLOCK|O_EXLOCK|O_CLOEXEC; 1491 #endif 1489 1492 SCM_SYSCALL (rv = mkostemp (c_tmpl, open_flags)); 1490 1493 if (rv == -1) 1491 1494 SCM_SYSERROR;