summaryrefslogtreecommitdiffstats
path: root/include/ulimit.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ulimit.h')
-rw-r--r--include/ulimit.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ulimit.h b/include/ulimit.h
index 67fcf4c..049d382 100644
--- a/include/ulimit.h
+++ b/include/ulimit.h
@@ -29,9 +29,13 @@
#ifndef _ULIMIT_H_
#define _ULIMIT_H_
+#include <sys/cdefs.h>
+
#define UL_GETSIZE 1
#define UL_SETSIZE 2
+__BEGIN_DECLS
long ulimit(int, ...);
+__END_DECLS
#endif /* !_ULIMIT_H_ */
OpenPOWER on IntegriCloud