sys/time.h in openbsd provides a few helpers like timercmp. can we get this included ? http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/sys/time.h i'm looking at the defines in these sections: /* Operations on timevals. */ /* Operations on timespecs. */
Hi! [ Hmm another one that it seems I didn't get notified about. :/ ] The timeval macros are already provided at least on glibc systems on <sys/times.h>. Are you targeting a system using another libc missing those macros? If so I'm happy to add them. The timespec ones are missing even on glibc, so those I happy to include in any case.
yeah, i was looking at C libs beyond glibc (so looking at the APIs not defined by POSIX)
This should be fixed now in libbsd 0.8.4.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.