Ampliata select e rivisto il paragrafo su I/I multiplexing, iniziato il
[gapil.git] / listati / rlimit.h
1 struct rlimit {
2      rlim_t    rlim_cur;
3      rlim_t    rlim_max;
4 };