mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
Remove pre-ISO C support
No more __const.
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user