#include #include int getrlimit(int resource, struct rlimit *rlp) { return syscall(getrlimit, resource, rlp); }