Merge branch 'master' of ted.mutabah.net:acess2
[tpg/acess2.git] / Usermode / Libraries / libposix.so_src / include_exp / sys / resource.h
index f9a64cb..90308f2 100644 (file)
@@ -29,6 +29,15 @@ struct rlimit
        rlim_t  rlim_max;
 };
 
+enum
+{
+       RLIMIT_AS,      // Address space size
+       RLIMIT_CORE,    // Max core file size
+       RLIMIT_CPU,     // CPU time limit in s (SIGXCPU when reached)
+       RLIMIT_DATA,
+       // TODO: More?
+};
+
 struct rusage
 {
        struct timeval  ru_time;

UCC git Repository :: git.ucc.asn.au