mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Remove pre-ISO C support
No more __const.
This commit is contained in:
@ -69,8 +69,8 @@ struct fstab
|
||||
__BEGIN_DECLS
|
||||
|
||||
extern struct fstab *getfsent (void) __THROW;
|
||||
extern struct fstab *getfsspec (__const char *__name) __THROW;
|
||||
extern struct fstab *getfsfile (__const char *__name) __THROW;
|
||||
extern struct fstab *getfsspec (const char *__name) __THROW;
|
||||
extern struct fstab *getfsfile (const char *__name) __THROW;
|
||||
extern int setfsent (void) __THROW;
|
||||
extern void endfsent (void) __THROW;
|
||||
|
||||
|
Reference in New Issue
Block a user