posix.cfg: Added support for telldir().

This commit is contained in:
orbitcowboy 2019-05-25 22:49:01 +02:00
parent eb1c9ba357
commit 8f2a84ec6c
1 changed files with 12 additions and 0 deletions

View File

@ -4014,6 +4014,18 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
<not-bool/>
</arg>
</function>
<!-- long telldir(DIR *dirp); -->
<function name="telldir">
<returnValue type="long"/>
<use-retval/>
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1" direction="inout">
<not-null/>
<not-uninit/>
<not-bool/>
</arg>
</function>
<!-- http://man7.org/linux/man-pages/man3/fileno.3p.html -->
<!-- int fileno(FILE *stream); -->
<function name="fileno">