posix.cfg: Added support for the fileno() function.

This commit is contained in:
Martin Ettl 2016-01-11 20:35:56 +01:00
parent 999da2877e
commit 9193e14b8f
1 changed files with 10 additions and 0 deletions

View File

@ -2535,6 +2535,16 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
<not-null/>
</arg>
</function>
<!-- int fileno(FILE *stream);-->
<function name="fileno">
<use-retval/>
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1">
<not-null/>
<not-uninit/>
</arg>
</function>
<memory>
<alloc init="true">strdup</alloc>
<alloc init="true">strndup</alloc>