posix.cfg: Improved support for getpwuid_r().

This commit is contained in:
orbitcowboy 2016-10-21 09:59:38 +02:00
parent 340af57028
commit a7e8bcab62
1 changed files with 4 additions and 1 deletions

View File

@ -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">