aboutsummaryrefslogtreecommitdiff
path: root/libc/SECCOMP_WHITELIST.TXT
diff options
context:
space:
mode:
Diffstat (limited to 'libc/SECCOMP_WHITELIST.TXT')
-rw-r--r--libc/SECCOMP_WHITELIST.TXT3
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/SECCOMP_WHITELIST.TXT b/libc/SECCOMP_WHITELIST.TXT
index 4d6897ca3..beffef967 100644
--- a/libc/SECCOMP_WHITELIST.TXT
+++ b/libc/SECCOMP_WHITELIST.TXT
@@ -121,3 +121,6 @@ int dup2(int oldfd, int newfd) arm,x86,mips
# b/62779795
int compat_select:_newselect(int n, unsigned long* inp, unsigned long* outp, unsigned long* exp, struct timeval* timeout) arm,x86,mips
+
+# b/62090571
+int mkdir(const char *pathname, mode_t mode) arm,x86,mips \ No newline at end of file