Re: [PATCH 1/1] Confstr Patches

2020-10-21 Thread Gedare Bloom
The whitespace/styling looks wrong in the added init.c. The confstr.c should be added separately perhaps. The version checked out from freebsd should be embedded in it. On Mon, Oct 19, 2020 at 11:44 AM Joel Sherrill wrote: > > Does anyone have any comments other than adding support for waf? > > -

Re: [PATCH 1/1] Confstr Patches

2020-10-19 Thread Joel Sherrill
Does anyone have any comments other than adding support for waf? --joel On Fri, Oct 16, 2020 at 2:38 AM Eshan dhawan wrote: > Signed-off-by: Eshan dhawan > --- > cpukit/Makefile.am| 1 + > cpukit/posix/src/confstr.c| 105 + > tests

[PATCH 1/1] Confstr Patches

2020-10-16 Thread Eshan dhawan
Signed-off-by: Eshan dhawan --- cpukit/Makefile.am| 1 + cpukit/posix/src/confstr.c| 105 + testsuites/psxtests/Makefile.am | 9 ++ testsuites/psxtests/configure.ac | 1 + testsuites/psxtests/psxconfstr/i