diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-09-02 07:14:15 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-09-02 07:14:15 +0000 |
commit | f1c30c98b9c9720f2a542df7ae0b9cde4c162e7a (patch) | |
tree | 316c77f8647401e15d064910b7f33b0d2c84050d /misc/fstab.h | |
parent | c503d3dc512a5f7947d5b3d69d784028db3a639a (diff) | |
download | glibc-f1c30c98b9c9720f2a542df7ae0b9cde4c162e7a.tar glibc-f1c30c98b9c9720f2a542df7ae0b9cde4c162e7a.tar.gz glibc-f1c30c98b9c9720f2a542df7ae0b9cde4c162e7a.tar.bz2 glibc-f1c30c98b9c9720f2a542df7ae0b9cde4c162e7a.zip |
(CFLAGS-oldtmpfile.c): Add -fexceptions.
Diffstat (limited to 'misc/fstab.h')
-rw-r--r-- | misc/fstab.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/fstab.h b/misc/fstab.h index 24ecad7dbc..421c65a5c6 100644 --- a/misc/fstab.h +++ b/misc/fstab.h @@ -68,11 +68,11 @@ 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 int setfsent (void) __THROW; -extern void endfsent (void) __THROW; +extern struct fstab *getfsent (void); +extern struct fstab *getfsspec (__const char *__name); +extern struct fstab *getfsfile (__const char *__name); +extern int setfsent (void); +extern void endfsent (void); __END_DECLS |