Re: [PATCH rtems v2 1/3] Add support for CONFIGURE_POSIX_TIMERS_FACE_BEHAVIOR

2022-08-09 Thread Joel Sherrill
On Mon, Aug 8, 2022 at 11:41 PM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 09/08/2022 00:22, Joel Sherrill wrote: > > This adds the configure option CONFIGURE_POSIX_TIMERS_FACE_BEHAVIOR > > which allows the application to choose whether to have the POSIX > > timer_create() f

Re: [PATCH rtems v2 1/3] Add support for CONFIGURE_POSIX_TIMERS_FACE_BEHAVIOR

2022-08-08 Thread Sebastian Huber
On 09/08/2022 00:22, Joel Sherrill wrote: This adds the configure option CONFIGURE_POSIX_TIMERS_FACE_BEHAVIOR which allows the application to choose whether to have the POSIX timer_create() function follow the behavior defined by POSIX or the FACE Technical Standard. Thanks, looks good. -- emb

[PATCH rtems v2 1/3] Add support for CONFIGURE_POSIX_TIMERS_FACE_BEHAVIOR

2022-08-08 Thread Joel Sherrill
This adds the configure option CONFIGURE_POSIX_TIMERS_FACE_BEHAVIOR which allows the application to choose whether to have the POSIX timer_create() function follow the behavior defined by POSIX or the FACE Technical Standard. Updates #4691. --- cpukit/include/rtems/confdefs.h|