diff options
Diffstat (limited to 'libc/stdlib/ptsname.c')
-rw-r--r-- | libc/stdlib/ptsname.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libc/stdlib/ptsname.c b/libc/stdlib/ptsname.c index bd9c3cab2..3e4a1cfe1 100644 --- a/libc/stdlib/ptsname.c +++ b/libc/stdlib/ptsname.c @@ -32,10 +32,10 @@ /* Experimentally off - libc_hidden_proto(strcat) */ /* Experimentally off - libc_hidden_proto(strcpy) */ /* Experimentally off - libc_hidden_proto(strlen) */ -libc_hidden_proto(isatty) -libc_hidden_proto(ioctl) -libc_hidden_proto(fstat) -libc_hidden_proto(stat) +/* libc_hidden_proto(isatty) */ +/* libc_hidden_proto(ioctl) */ +/* libc_hidden_proto(fstat) */ +/* libc_hidden_proto(stat) */ #if !defined __UNIX98PTY_ONLY__ @@ -68,7 +68,7 @@ extern const char __libc_ptyname2[] attribute_hidden; /* Store at most BUFLEN characters of the pathname of the slave pseudo terminal associated with the master FD is open on in BUF. Return 0 on success, otherwise an error number. */ -libc_hidden_proto(ptsname_r) +/* libc_hidden_proto(ptsname_r) */ int ptsname_r (int fd, char *buf, size_t buflen) { int save_errno = errno; |