Support for CLOCK_MONOTONIC_RAW

2012-04-11 Thread Richard Braun
Hello, Is there a particular reason why CLOCK_MONOTONIC_RAW isn't defined in libc/sysdeps/linux/common/bits/time.h ? -- Richard Braun ___ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net/mailman/listinfo/uclibc

Re: Support for CLOCK_MONOTONIC_RAW

2012-04-11 Thread Rich Felker
On Wed, Apr 11, 2012 at 01:36:17PM +0200, Richard Braun wrote: Hello, Is there a particular reason why CLOCK_MONOTONIC_RAW isn't defined in libc/sysdeps/linux/common/bits/time.h ? This is something of an aside, but I'd be really interested in knowing what it's needed for. A number of folks

Re: Support for CLOCK_MONOTONIC_RAW

2012-04-11 Thread Mike Frysinger
On Wednesday 11 April 2012 07:36:17 Richard Braun wrote: Is there a particular reason why CLOCK_MONOTONIC_RAW isn't defined in libc/sysdeps/linux/common/bits/time.h ? headers generally get synced with glibc when someone notices + posts a patch -mike signature.asc Description: This is a

Re: Support for CLOCK_MONOTONIC_RAW

2012-04-11 Thread Richard Braun
On Wed, Apr 11, 2012 at 09:17:01AM -0400, Rich Felker wrote: This is something of an aside, but I'd be really interested in knowing what it's needed for. A number of folks go around asserting that CLOCK_MONOTONIC is not really monotonic on Linux, but according to the documentation it is