[posix.cfg] Fix ttyname_r typo (#2630)

This commit is contained in:
Gabor Marton 2020-05-08 09:13:38 +02:00 committed by GitHub
parent 4779cb124e
commit d21c7dab28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4239,7 +4239,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s
<warn severity="portability">Non reentrant function 'ttyname' called. For threadsafe applications it is recommended to use the reentrant replacement function 'ttyname_r'.</warn>
</function>
<!-- int ttyname_r(int fd, char *buf, size_t buflen); -->
<function name="ttyname">
<function name="ttyname_r">
<use-retval/>
<returnValue type="int"/>
<noreturn>false</noreturn>