posix.cfg: Added support for umask().

This commit is contained in:
orbitcowboy 2019-05-17 15:52:27 +02:00
parent dc5a38e61c
commit d0606844b7
1 changed files with 9 additions and 0 deletions

View File

@ -1000,6 +1000,15 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
<not-bool/>
</arg>
</function>
<!-- mode_t umask(mode_t mask); -->
<function name="umask">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="mode_t"/>
<arg nr="1" direction="in">
<not-uninit/>
</arg>
</function>
<!-- int fchmod(int fildes, mode_t mode); -->
<function name="fchmod">
<noreturn>false</noreturn>