Varie correzioni, completata revisione capitolo sull'I/O su file
[gapil.git] / listati / rlimit.h
index 0b7d797f3ce35b5358db69d43b97819fb024c6b9..13f897945c46114b1d05e083dae0dfb291d5c05e 100644 (file)
@@ -1,5 +1,4 @@
 struct rlimit {
      rlim_t    rlim_cur;    /* Soft limit */
      rlim_t    rlim_max;    /* Hard limit (ceiling for rlim_cur) */
-
 };