Corretti i commenti ai listati in una forma piu' leggibile (spero).
[gapil.git] / listati / rlimit.h
1 struct rlimit {
2      rlim_t    rlim_cur;
3      rlim_t    rlim_max;
4 };