Blame include/ulimit.h

Packit 6c4009
#ifndef _ULIMIT_H
Packit 6c4009
#include <resource/ulimit.h>
Packit 6c4009
Packit 6c4009
#ifndef _ISOMAC
Packit 6c4009
/* Now define the internal interfaces.  */
Packit 6c4009
extern long int __ulimit (int __cmd, ...);
Packit 6c4009
#endif
Packit 6c4009
#endif