posix.cfg: Fixed duplicate name 'fstat' -> 'fstatat'.
This commit is contained in:
parent
8c0e4a2fc7
commit
ed2aa52bbf
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue