glibc/include/ulimit.h

9 lines
164 B
C
Raw Normal View History

2022-05-13 23:30:52 +08:00
#ifndef _ULIMIT_H
#include <resource/ulimit.h>
#ifndef _ISOMAC
/* Now define the internal interfaces. */
extern long int __ulimit (int __cmd, ...);
#endif
#endif