Skip to content

Remove SYS_UMASK.

Jacob Lorentzon requested to merge 4lDO2/syscall:umask into master

Now that all POSIX open-related calls go through relibc, this value can be downgraded to a (process-local) global variable in userspace.

Merge request reports