Single UNIX Spec <time.h> functions.

Kaz Kylheku kaz@ashi.footprints.net
Wed Feb 16 14:22:00 GMT 2000


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



More information about the Libc-alpha mailing list