posix.cfg: Fixed duplicate name 'fstat' -> 'fstatat'.

This commit is contained in:
orbitcowboy 2019-05-21 16:25:53 +02:00
parent 8c0e4a2fc7
commit ed2aa52bbf
1 changed files with 1 additions and 1 deletions

View File

@ -1090,7 +1090,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
</arg>
</function>
<!-- int fstatat(int dirfd, const char *pathname, struct stat *statbuf, int flags); -->
<function name="fstat">
<function name="fstatat">
<noreturn>false</noreturn>
<leak-ignore/>
<returnValue type="int"/>