Formatted code, there are no functional changes [ci skip].
This commit is contained in:
parent
3619aece02
commit
cc0f3f6cec
|
@ -5223,24 +5223,24 @@ HFONT CreateFont(
|
|||
</function>
|
||||
<function name="umask">
|
||||
<returnValue type="int"/>
|
||||
<arg nr="1">
|
||||
<arg nr="1">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<warn severity="style" alternatives="_umask" reason="Obsolete"/>
|
||||
<warn severity="style" alternatives="_umask" reason="Obsolete"/>
|
||||
</function>
|
||||
<function name="_umask">
|
||||
<returnValue type="int"/>
|
||||
<arg nr="1">
|
||||
<arg nr="1">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
</function>
|
||||
<function name="_umask_s">
|
||||
<returnValue type="errno_t"/>
|
||||
<arg nr="1">
|
||||
<not-bool/>
|
||||
<arg nr="1">
|
||||
<not-bool/>
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="1">
|
||||
<arg nr="1">
|
||||
<not-null/>
|
||||
</arg>
|
||||
</function>
|
||||
|
|
Loading…
Reference in New Issue