Add support for umask functions

This commit is contained in:
amai2012 2018-06-06 10:59:34 +02:00
parent ae5da13f3a
commit 3619aece02
1 changed files with 23 additions and 0 deletions

View File

@ -5221,6 +5221,29 @@ HFONT CreateFont(
<not-uninit/>
</arg>
</function>
<function name="umask">
<returnValue type="int"/>
<arg nr="1">
<not-uninit/>
</arg>
<warn severity="style" alternatives="_umask" reason="Obsolete"/>
</function>
<function name="_umask">
<returnValue type="int"/>
<arg nr="1">
<not-uninit/>
</arg>
</function>
<function name="_umask_s">
<returnValue type="errno_t"/>
<arg nr="1">
<not-bool/>
<not-uninit/>
</arg>
<arg nr="1">
<not-null/>
</arg>
</function>
<!-- HLOCAL WINAPI LocalAlloc(
_In_ UINT uFlags,
_In_ SIZE_T uBytes); -->