Re: [PATCH] psxhdrs: Implement POSIX API Signature Compliance Tests for poll.h

2018-12-11 Thread Joel Sherrill
Thanks. I have pushed this! I need to figure out how much you guys left to do for psxhdrs. :) --joel On Tue, Dec 11, 2018 at 10:41 AM Marçal Comajoan Cara < mcomajoanc...@gmail.com> wrote: > poll.h implements poll() which is not supported by RTEMS according > to the RTEMS POSIX 1003.1 Complianc

[PATCH] psxhdrs: Implement POSIX API Signature Compliance Tests for poll.h

2018-12-11 Thread Marçal Comajoan Cara
poll.h implements poll() which is not supported by RTEMS according to the RTEMS POSIX 1003.1 Compliance Guide. See #3657. This work was part of GCI 2018. --- testsuites/psxtests/Makefile.am | 1 + testsuites/psxtests/psxhdrs/poll/poll.c | 50 + 2 files changed, 51