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/fstab.h | |
| parent | 33808bf1164be2e7c8535bdd5ac398c75c33ed49 (diff) | |
| download | glibc-a784e502472fb3a1afa4d01a47c66b52d23e00f6.tar.xz glibc-a784e502472fb3a1afa4d01a47c66b52d23e00f6.zip | |
Remove pre-ISO C support
No more __const.
Diffstat (limited to 'misc/fstab.h')
| -rw-r--r-- | misc/fstab.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/fstab.h b/misc/fstab.h index 24ecad7dbc..9f17e1b96a 100644 --- a/misc/fstab.h +++ b/misc/fstab.h @@ -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; |
