posix.cfg: Added support for umask().
This commit is contained in:
parent
dc5a38e61c
commit
d0606844b7
|
@ -1000,6 +1000,15 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
|
||||||
<not-bool/>
|
<not-bool/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</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); -->
|
<!-- int fchmod(int fildes, mode_t mode); -->
|
||||||
<function name="fchmod">
|
<function name="fchmod">
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
|
|
Loading…
Reference in New Issue