diff options
Diffstat (limited to 'include/unistd.h')
-rw-r--r-- | include/unistd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/unistd.h b/include/unistd.h index 1363976161..96c066c0d9 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -134,8 +134,8 @@ libc_hidden_proto (__setresuid) libc_hidden_proto (__setresgid) extern __pid_t __vfork (void); libc_hidden_proto (__vfork) -extern int __ttyname_r (int __fd, char *__buf, size_t __buflen) - attribute_hidden; +extern int __ttyname_r (int __fd, char *__buf, size_t __buflen); +libc_hidden_proto (__ttyname_r) extern int __isatty (int __fd) attribute_hidden; extern int __link (const char *__from, const char *__to); extern int __symlink (const char *__from, const char *__to); |