X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=listati%2Ftimeval.h;h=67e2d5dfd66fddb86cf47c2159ab4618fb990bd9;hp=4283a6979175435fd5675805941725436d91c0f4;hb=fbaf3a4f4f6fe16f6f2233f7165bbfa77557e32e;hpb=cf60963212306540ce7485ed7c86405e143a3352 diff --git a/listati/timeval.h b/listati/timeval.h index 4283a69..67e2d5d 100644 --- a/listati/timeval.h +++ b/listati/timeval.h @@ -1,9 +1,5 @@ struct timeval { - long tv_sec; /* seconds */ - long tv_usec; /* microseconds */ -}; -struct timespec { - time_t tv_sec; /* seconds */ - long tv_nsec; /* nanoseconds */ + time_t tv_sec; /* seconds */ + suseconds_t tv_usec; /* microseconds */ };