Re: [PATCH v4] Test needed for timer_create with CLOCK_MONOTONIC

2021-08-09 Thread Gedare Bloom
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

[PATCH v4] Test needed for timer_create with CLOCK_MONOTONIC

2021-08-08 Thread Zacchaeus Leung
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