updated posix.cfg
This commit is contained in:
parent
6146c8f5bb
commit
cf12f2aaac
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue