ulimit.h 164 B

12345678
  1. #ifndef _ULIMIT_H
  2. #include <resource/ulimit.h>
  3. #ifndef _ISOMAC
  4. /* Now define the internal interfaces. */
  5. extern long int __ulimit (int __cmd, ...);
  6. #endif
  7. #endif