summaryrefslogtreecommitdiff
path: root/include/ulimit.h
blob: d2430fa6a31d6cca7e9e74e594f07ae1589b065d (plain)
1
2
3
4
5
6
#ifndef _ULIMIT_H
#include <resource/ulimit.h>

/* Now define the internal interfaces.  */
extern long int __ulimit (int __cmd, ...);
#endif