Merge branch 'master' of ssh://roach.truelite.it/srv/git/gapil
[gapil.git] / listati / rlimit.h
1 struct rlimit {
2      rlim_t    rlim_cur;    /* Soft limit */
3      rlim_t    rlim_max;    /* Hard limit (ceiling for rlim_cur) */
4 };