mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-06 14:10:30 +08:00
(__ttyname_r): Correct comment.
This commit is contained in:
parent
9de8ae84ce
commit
03b209a101
@ -555,7 +555,7 @@ extern __pid_t vfork __P ((void));
|
||||
extern char *ttyname __P ((int __fd));
|
||||
|
||||
/* Store at most BUFLEN characters of the pathname of the terminal FD is
|
||||
open on in BUF. Return 0 on success, -1 otherwise. */
|
||||
open on in BUF. Return 0 on success, otherwise an error number. */
|
||||
extern int __ttyname_r __P ((int __fd, char *__buf, size_t __buflen));
|
||||
extern int ttyname_r __P ((int __fd, char *__buf, size_t __buflen));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user