Correct attributes for swab()

This commit is contained in:
amai2012 2018-03-20 11:40:50 +01:00
parent c987f88ebc
commit e8cccf842f
1 changed files with 1 additions and 2 deletions

View File

@ -3572,6 +3572,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
<not-uninit/>
</arg>
</function>
<!-- void swab(const void * src, void* dest, ssize_t bytes); -->
<function name="swab">
<returnValue type="void"/>
<noreturn>false</noreturn>
@ -3581,10 +3582,8 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
</arg>
<arg nr="2">
<not-null/>
<not-uninit/>
</arg>
<arg nr="3">
<not-null/>
<not-uninit/>
</arg>
</function>