| Summary: | The _POSIX_MONOTONIC_CLOCK define should not be 0 | ||
|---|---|---|---|
| Product: | uClibc | Reporter: | Erwan MATHIEU <cyberwan> |
| Component: | Standard Compliance | Assignee: | unassigned |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | CC: | uclibc-cvs |
| Priority: | P5 | ||
| Version: | <= 0.9.29.x | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
Erwan MATHIEU
2012-08-23 06:59:01 UTC
glibc defines _POSIX_MONOTONIC_CLOCK to 0 too: $ echo '#include <unistd.h>' | gcc -E -dD - |& grep _POSIX_MONOTONIC_CLOCK any source tree that treats that as 0 == unimplemented is broken, not the C library. please report this to the QT project. |