aboutsummaryrefslogtreecommitdiffstats
path: root/ports/linux/guts/freopen64.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/linux/guts/freopen64.c')
-rw-r--r--ports/linux/guts/freopen64.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/linux/guts/freopen64.c b/ports/linux/guts/freopen64.c
index bb69b34..b6ff0a6 100644
--- a/ports/linux/guts/freopen64.c
+++ b/ports/linux/guts/freopen64.c
@@ -19,6 +19,7 @@
pseudo_debug(PDBGF_FILE, "freopen64 '%s': fd %d\n", path, fd);
if (real___fxstat64(_STAT_VER, fd, &buf) != -1) {
if (!existed) {
+ real_fchmod(fd, PSEUDO_FS_MODE(0600, 0));
pseudo_client_op(OP_CREAT, 0, -1, -1, path, &buf);
}
pseudo_client_op(OP_OPEN, pseudo_access_fopen(mode), fd, -1, path, &buf);