OSDN Git Service

Last portion of libc_hidden_proto removal.
[uclinux-h8/uClibc.git] / libc / termios / isatty.c
index 7532f33..071bb35 100644 (file)
@@ -19,8 +19,8 @@
 #include <unistd.h>
 #include <termios.h>
 
-libc_hidden_proto(isatty)
-libc_hidden_proto(tcgetattr)
+/* libc_hidden_proto(isatty) */
+/* libc_hidden_proto(tcgetattr) */
 
 /* Return 1 if FD is a terminal, 0 if not.  */
 int isatty (int fd)