Re: [PATCH v7] Test needed for timer_create with CLOCK_MONOTONI

2021-08-11 Thread Joel Sherrill
Zack.. this doesn't apply for me. Can you compress it and send it to me privately as an attachment? That will eliminate the chance an email client AND the mail list archive have corrupted it. Thanks. --joel On Mon, Aug 9, 2021 at 5:04 PM Gedare Bloom wrote: > > Joel: This looks fine to me. > >

Re: [PATCH v7] Test needed for timer_create with CLOCK_MONOTONI

2021-08-09 Thread Gedare Bloom
Joel: This looks fine to me. On Mon, Aug 9, 2021 at 3:58 PM Zacchaeus Leung wrote: > > Closes #3889 > --- > cpukit/include/rtems/posix/timer.h| 1 + > cpukit/posix/src/psxtimercreate.c | 3 +- > cpukit/posix/src/timergettime.c | 50 --- > t

[PATCH v7] Test needed for timer_create with CLOCK_MONOTONI

2021-08-09 Thread Zacchaeus Leung
Closes #3889 --- cpukit/include/rtems/posix/timer.h| 1 + cpukit/posix/src/psxtimercreate.c | 3 +- cpukit/posix/src/timergettime.c | 50 --- testsuites/psxtests/psxtimer02/psxtimer.c | 26 ++ testsuites/psxtests/psxtimer02/psxti