posix.cfg: Improved support for getpwuid_r().
This commit is contained in:
parent
340af57028
commit
a7e8bcab62
|
@ -1736,7 +1736,10 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
|
||||||
<arg nr="1">
|
<arg nr="1">
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
</arg>
|
</arg>
|
||||||
<arg nr="4"/>
|
<arg nr="4">
|
||||||
|
<not-uninit/>
|
||||||
|
</arg>
|
||||||
|
<arg nr="5"/>
|
||||||
</function>
|
</function>
|
||||||
<!-- void setpwent(void); -->
|
<!-- void setpwent(void); -->
|
||||||
<function name="setpwent">
|
<function name="setpwent">
|
||||||
|
|
Loading…
Reference in New Issue