Modificate le pagine web per la nuova posizione del CVS
[gapil.git] / listati / rlimit.h
1 struct rlimit {
2      rlim_t    rlim_cur;
3      rlim_t    rlim_max;
4 };