updated posix.cfg

This commit is contained in:
Pierre Schweitzer 2014-04-18 15:20:16 +02:00 committed by Daniel Marjamäki
parent 6146c8f5bb
commit cf12f2aaac
1 changed files with 10 additions and 0 deletions

View File

@ -29,6 +29,11 @@
</function>
<function name="rename"> <noreturn>false</noreturn> <arg nr="1"><not-uninit/><not-null/></arg> <leak-ignore/> </function>
<function name="isatty"> <noreturn>false</noreturn> <arg nr="1"><not-uninit/></arg> <leak-ignore/> </function>
<function name="popen"><noreturn>false</noreturn><arg nr="1"><not-null/><not-uninit/></arg><arg nr="2"><not-null/><not-uninit/></arg></function>
<function name="pclose"><noreturn>false</noreturn><arg nr="1"><not-null/><not-uninit/></arg></function>
<resource>
<dealloc>close</dealloc>
<alloc init="true">open</alloc>
@ -40,5 +45,10 @@
<alloc init="true">opendir</alloc>
<alloc init="true">fdopendir</alloc>
</resource>
<resource>
<dealloc>pclose</dealloc>
<alloc init="true">popen</alloc>
</resource>
</def>