diff options
Diffstat (limited to 'include/ulimit.h')
-rw-r--r-- | include/ulimit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ulimit.h b/include/ulimit.h index f7c4b3be33..d2430fa6a3 100644 --- a/include/ulimit.h +++ b/include/ulimit.h @@ -2,5 +2,5 @@ #include <resource/ulimit.h> /* Now define the internal interfaces. */ -extern long int __ulimit (int __cmd, ...) __THROW; +extern long int __ulimit (int __cmd, ...); #endif |