posix.cfg: Only pointers can be null

This commit is contained in:
Boris Egorov 2016-01-14 17:30:12 +06:00
parent 5214406771
commit 3c85791b6a
1 changed files with 2 additions and 3 deletions

View File

@ -694,7 +694,6 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1">
<not-null/>
<not-uninit/>
</arg>
<arg nr="2">
@ -2570,10 +2569,10 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
<not-uninit/>
</arg>
<arg nr="2">
<not-null/>
<not-uninit/>
</arg>
<arg nr="3">
<not-null/>
<not-uninit/>
</arg>
</function>
<!-- off_t ftello(FILE *stream); -->