[Bug 5468] New: The _POSIX_MONOTONIC_CLOCK define should not be 0
bugzilla at busybox.net
bugzilla at busybox.net
Thu Aug 23 06:59:02 UTC 2012
https://bugs.busybox.net/show_bug.cgi?id=5468
Summary: The _POSIX_MONOTONIC_CLOCK define should not be 0
Product: uClibc
Version: <= 0.9.29.x
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Standard Compliance
AssignedTo: unassigned at uclibc.org
ReportedBy: cyberwan at laposte.net
CC: uclibc-cvs at uclibc.org
Estimated Hours: 0.0
The POSIX monotonic clock is implemented in uClibc and actually works. However,
the _POSIX_MONOTONIC_CLOCK define reads 0, so some libraries which rely on it
(e.g. Qt) don't use this feature, which can cause some problems. Setting the
define to a value makes Qt use the monotonic clock, which does work, so I
really think it should be that way...
The define is located in "libc/sysdeps/linux/common/bits/posix_opt.h".
I caught this on uClibc 0.9.29, but it seems to be identical in the actual
version.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the uClibc-cvs
mailing list