OSDN Git Service

drop support for pre ISO-C compilers
[uclinux-h8/uClibc.git] / include / ttyent.h
index 3166e83..63df449 100644 (file)
@@ -57,7 +57,7 @@ __BEGIN_DECLS
 
 extern struct ttyent *getttyent (void) __THROW;
 libc_hidden_proto(getttyent)
-extern struct ttyent *getttynam (__const char *__tty) __THROW;
+extern struct ttyent *getttynam (const char *__tty) __THROW;
 extern int setttyent (void) __THROW;
 libc_hidden_proto(setttyent)
 extern int endttyent (void) __THROW;