Ancora revisione capitolo funzionalità di sistema
[gapil.git] / listati / timex.h
index 022ccde29b20eaf7b6422119062287940507af71..9d0b1bf48aae0bca7626c3034ae0cdf1bf0c0e80 100644 (file)
@@ -10,4 +10,5 @@ struct timex {
     long tolerance;       /* clock frequency tolerance (ppm) (read only) */
     struct timeval time;  /* (read only) */
     long tick;            /* (modified) usecs between clock ticks */
+    ...
 };