Add configuration for swab() and sync()

This commit is contained in:
amai2012 2018-03-19 13:12:16 +01:00
parent 6e66150feb
commit 113f1efd72
1 changed files with 20 additions and 0 deletions

View File

@ -3598,6 +3598,26 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
<not-uninit/>
</arg>
</function>
<function name="swab">
<returnValue type="void"/>
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1">
<not-uninit/>
</arg>
<arg nr="2">
<not-null/>
<not-uninit/>
</arg>
<arg nr="3">
<not-null/>
<not-uninit/>
</arg>
</function>
<function name="sync">
<returnValue type="void"/>
<noreturn>false</noreturn>
</function>
<memory>
<alloc init="true">strdup</alloc>
<alloc init="true">strndup</alloc>