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

2022-08-05 Thread Sebastian Huber
On 05/08/2022 16:14, Joel Sherrill wrote: On Fri, Aug 5, 2022 at 5:45 AM Sebastian Huber > wrote: On 05/08/2022 00:08, Joel Sherrill wrote: > This adds the configure option CONFIGURE_POSIX_TIMERS_FACE_BEHAVIOR > which allows the applic

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

2022-08-05 Thread Joel Sherrill
On Fri, Aug 5, 2022 at 5:45 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 05/08/2022 00:08, 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() fu

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

2022-08-05 Thread Sebastian Huber
On 05/08/2022 00:08, 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. Updates #4691. It would be

[PATCH rtems 1/2] Add support for CONFIGURE_POSIX_TIMERS_FACE_BEHAVIOR

2022-08-04 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|