We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 893e0a9 commit b7d046dCopy full SHA for b7d046d
system/lib/libc/emscripten_syscall_stubs.c
@@ -28,7 +28,7 @@ static int g_pid = 42;
28
static int g_pgid = 42;
29
static int g_ppid = 1;
30
static int g_sid = 42;
31
-static mode_t g_umask = S_IRWXU | S_IRWXG | S_IRWXO;
+static mode_t g_umask = S_IWGRP | S_IRWXO;
32
33
#ifdef NDEBUG
34
#define REPORT(name)
0 commit comments