diff options
Diffstat (limited to 'include/ulimit.h')
-rw-r--r-- | include/ulimit.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/ulimit.h b/include/ulimit.h index 1e6cf9e95a..c1523a1864 100644 --- a/include/ulimit.h +++ b/include/ulimit.h @@ -1 +1,4 @@ #include <resource/ulimit.h> + +/* Now define the internal interfaces. */ +extern long int __ulimit __P ((int __cmd, ...)); |