diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/sys/quota.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/sys/quota.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/sys/quota.h b/sysdeps/unix/sysv/linux/sys/quota.h index c6963553b5..a8baf40a91 100644 --- a/sysdeps/unix/sysv/linux/sys/quota.h +++ b/sysdeps/unix/sysv/linux/sys/quota.h @@ -150,8 +150,8 @@ struct dqstats __BEGIN_DECLS -extern int quotactl __P ((int __cmd, const char *__special, int __id, - caddr_t __addr)); +extern int quotactl (int __cmd, const char *__special, int __id, + caddr_t __addr) __THROW; __END_DECLS |