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>
|
||||||
<function name="umask">
|
<function name="umask">
|
||||||
<returnValue type="int"/>
|
<returnValue type="int"/>
|
||||||
<arg nr="1">
|
<arg nr="1">
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
<warn severity="style" alternatives="_umask" reason="Obsolete"/>
|
<warn severity="style" alternatives="_umask" reason="Obsolete"/>
|
||||||
</function>
|
</function>
|
||||||
<function name="_umask">
|
<function name="_umask">
|
||||||
<returnValue type="int"/>
|
<returnValue type="int"/>
|
||||||
<arg nr="1">
|
<arg nr="1">
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
<function name="_umask_s">
|
<function name="_umask_s">
|
||||||
<returnValue type="errno_t"/>
|
<returnValue type="errno_t"/>
|
||||||
<arg nr="1">
|
<arg nr="1">
|
||||||
<not-bool/>
|
<not-bool/>
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
<arg nr="1">
|
<arg nr="1">
|
||||||
<not-null/>
|
<not-null/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
|
|
Loading…
Reference in New Issue