posix.cfg: Improved configuration fo fileno().
This commit is contained in:
parent
d36fcbd945
commit
953895278b
|
@ -3710,13 +3710,14 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
|
||||||
<not-bool/>
|
<not-bool/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</function>
|
||||||
<!-- int fileno(FILE *stream);-->
|
<!-- http://man7.org/linux/man-pages/man3/fileno.3p.html -->
|
||||||
|
<!-- int fileno(FILE *stream); -->
|
||||||
<function name="fileno">
|
<function name="fileno">
|
||||||
<returnValue type="int"/>
|
<returnValue type="int"/>
|
||||||
<use-retval/>
|
<use-retval/>
|
||||||
<noreturn>false</noreturn>
|
<noreturn>false</noreturn>
|
||||||
<leak-ignore/>
|
<leak-ignore/>
|
||||||
<arg nr="1">
|
<arg nr="1" direction="inout">
|
||||||
<not-null/>
|
<not-null/>
|
||||||
<not-uninit/>
|
<not-uninit/>
|
||||||
<not-bool/>
|
<not-bool/>
|
||||||
|
|
Loading…
Reference in New Issue