Merge pull request #754 from JIghtuse/master

posix.cfg: Only pointers can be null
This commit is contained in:
PKEuS 2016-01-14 17:14:53 +01:00
commit 85b12252d5
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> <noreturn>false</noreturn>
<leak-ignore/> <leak-ignore/>
<arg nr="1"> <arg nr="1">
<not-null/>
<not-uninit/> <not-uninit/>
</arg> </arg>
<arg nr="2"> <arg nr="2">
@ -2570,10 +2569,10 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
<not-uninit/> <not-uninit/>
</arg> </arg>
<arg nr="2"> <arg nr="2">
<not-null/> <not-uninit/>
</arg> </arg>
<arg nr="3"> <arg nr="3">
<not-null/> <not-uninit/>
</arg> </arg>
</function> </function>
<!-- off_t ftello(FILE *stream); --> <!-- off_t ftello(FILE *stream); -->