diff options
author | Ulrich Drepper <drepper@gmail.com> | 2012-01-07 23:57:22 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-01-07 23:57:22 -0500 |
commit | a784e502472fb3a1afa4d01a47c66b52d23e00f6 (patch) | |
tree | 5ebaa084119dcffe41671a62e2e799b172c57d24 /misc/ttyent.h | |
parent | 33808bf1164be2e7c8535bdd5ac398c75c33ed49 (diff) | |
download | glibc-a784e502472fb3a1afa4d01a47c66b52d23e00f6.tar.gz glibc-a784e502472fb3a1afa4d01a47c66b52d23e00f6.tar.xz glibc-a784e502472fb3a1afa4d01a47c66b52d23e00f6.zip |
Remove pre-ISO C support
No more __const.
Diffstat (limited to 'misc/ttyent.h')
-rw-r--r-- | misc/ttyent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/ttyent.h b/misc/ttyent.h index 0b221bccfa..fe418a5377 100644 --- a/misc/ttyent.h +++ b/misc/ttyent.h @@ -56,7 +56,7 @@ struct ttyent { __BEGIN_DECLS extern struct ttyent *getttyent (void) __THROW; -extern struct ttyent *getttynam (__const char *__tty) __THROW; +extern struct ttyent *getttynam (const char *__tty) __THROW; extern int setttyent (void) __THROW; extern int endttyent (void) __THROW; |