ftp.nice.ch/pub/next/system/patches/NeXTmods.r3.N.s.tar.gz#/g++-include/sys/resource.h

This is resource.h in view mode; [Download] [Up]

#ifndef resource_h
#pragma once
#ifndef USG
#include <time.h>

extern "C"
{

#define KERNEL
#ifdef VMS
#include "GNU_CC_INCLUDE:[sys]resource.h"
#else
#include "//usr/include/bsd/sys/resource.h"
#endif
#undef KERNEL

#ifndef resource_h
#define resource_h 1
#endif

int getrusage(int, struct rusage*);
int getrlimit (int resource, struct rlimit *rlp);
int setrlimit (int resource, struct rlimit *rlp);

}

#endif /* USG */
#endif 

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.