Hi Zack,
Getting really close. I have just a few minor nits for you to fix up.
On Sun, Aug 8, 2021 at 7:15 PM Zacchaeus Leung wrote:
>
> the timer_create() method can use CLOCK_MONOTONIC but there was no test for
> this. Also it implements the functionality to
Wrap commit message lines before
the timer_create() method can use CLOCK_MONOTONIC but there was no test for
this. Also it implements the functionality to
create a CLOCK_MONOTONIC timer and gettime() .
Closes #3888
---
cpukit/include/rtems/posix/timer.h| 1 +
cpukit/posix/src/psxtimercreate.c | 3 +-
c