Document tv_sec is of type time_t:
commit87a629c5d7aa559e5c144196bce123469b17af4c
authorRĂ¼diger Sonderfeld <ruediger@c-plusplus.net>
Thu, 12 Feb 2015 19:51:31 +0000 (12 14:51 -0500)
committerCarlos O'Donell <carlos@systemhalted.org>
Thu, 12 Feb 2015 20:08:58 +0000 (12 15:08 -0500)
tree51e1c6df9954c0c86ff6f625374fb10525a5d98a
parent03d95bd48319256bd29cfaece45919fc58bf56cc
Document tv_sec is of type time_t:

The tv_sec is of type time_t in both struct timeval and struct timespec.
This matches the implementation and also the relevant standard (checked
C11 for timespec and opengroup for timeval).
ChangeLog
NEWS
manual/time.texi