Bug #355
closed
- Priority changed from Low to Normal
One of the most important cases we need to check:
clock_nanosleep(CLOCK_REALTIME, TIMER_ABSTIME, &sleeping, NULL)
Actually clock_nanosleep() is absent from C headers but there is correspondent syscall. So, fix is simple and consists of two steps:
- add prototype of clock_nanosleep into time.h
- add implementation of clock_nanosleep (which is actually the wrapper on syscall) into libcrystax.
Implementations for arm, mips and x86 are attached to this ticket
- Target version set to 10.0.0
- Category set to libcrystax
- Status changed from Open to In Progress
- Assignee set to Dmitry M.
- Status changed from In Progress to Completed
- % Done changed from 0 to 100
Also available in: Atom
PDF