This is the mail archive of the libc-alpha@sourceware.cygnus.com 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]

Single UNIX Spec <time.h> functions.


While we are on the subject of struct timespec and nanosleep and all that,
how about implementing these functions:

    int        clock_getres(clockid_t, struct timespec *);
    int        clock_gettime(clockid_t, struct timespec *);
    int        clock_settime(clockid_t, const struct timespec *);

Here is the URL: http://www.opengroup.org/onlinepubs/007908799/xsh/time.h.html

Not in 2.1.3, of course. ;)


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