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">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="4"/>
|
||||
<arg nr="4">
|
||||
<not-uninit/>
|
||||
</arg>
|
||||
<arg nr="5"/>
|
||||
</function>
|
||||
<!-- void setpwent(void); -->
|
||||
<function name="setpwent">
|
||||
|
|
Loading…
Reference in New Issue