This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug manual/17965] tv_sec is of type time_t not long.


https://sourceware.org/bugzilla/show_bug.cgi?id=17965

Carlos O'Donell <carlos at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Carlos O'Donell <carlos at redhat dot com> ---
commit 87a629c5d7aa559e5c144196bce123469b17af4c
Author: RÃdiger Sonderfeld <ruediger@c-plusplus.net>
Date:   Thu Feb 12 14:51:31 2015 -0500

    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).

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]