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

2018-12-10 Thread Joel Sherrill
Sal.. would you mind submitting a patch doing this for all the tests you submitted? Sebastian.. I'm traveling. Please post the proper text. Also there are 3-5 students total who need to be asked this. On Mon, Dec 10, 2018, 9:16 AM Sebastian Huber < sebastian.hu...@embedded-brains.de wrote: > On

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

2018-12-10 Thread Sebastian Huber
On 09/12/2018 22:41, Marçal Comajoan Cara wrote: + * Permission to use, copy, modify, and/or distribute this software + * for any purpose with or without fee is hereby granted. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL + * WARRANTIES WITH REGARD TO THIS SOFTWARE IN

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

2018-12-09 Thread Marçal Comajoan Cara
This work was part of GCI 2018. --- testsuites/psxtests/Makefile.am | 3 +- testsuites/psxtests/psxhdrs/sys/times/times.c | 37 +++ 2 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 testsuites/psxtests/psxhdrs/sys/times/times.c diff --git a/testsu