posix.cfg: Added support for telldir().
This commit is contained in:
parent
eb1c9ba357
commit
8f2a84ec6c
|
@ -4014,6 +4014,18 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
|
||||||
<not-bool/>
|
<not-bool/>
|
||||||
</arg>
|
</arg>
|
||||||
</function>
|
</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 -->
|
<!-- http://man7.org/linux/man-pages/man3/fileno.3p.html -->
|
||||||
<!-- int fileno(FILE *stream); -->
|
<!-- int fileno(FILE *stream); -->
|
||||||
<function name="fileno">
|
<function name="fileno">
|
||||||
|
|
Loading…
Reference in New Issue