summaryrefslogtreecommitdiff
path: root/include/ulimit.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ulimit.h')
-rw-r--r--include/ulimit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ulimit.h b/include/ulimit.h
index 8dc51d5fb7..f7c4b3be33 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 __P ((int __cmd, ...));
+extern long int __ulimit (int __cmd, ...) __THROW;
#endif