Re: [PATCH] psxkey07: Fix POSIX key value pair configuration

2023-08-04 Thread Joel Sherrill
This looks ok to commit. On Fri, Aug 4, 2023 at 2:59 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Make sure we have enough POSIX key value pairs available. This fixes a > test > failure on some targets. > > Make objects and functions static. Initialize variable to get rid o

Re: [PATCH] psxkey07: Fix POSIX key value pair configuration

2023-08-04 Thread Joel Sherrill
On Fri, Aug 4, 2023 at 2:59 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Make sure we have enough POSIX key value pairs available. This fixes a > test > failure on some targets. > > Make objects and functions static. Initialize variable to get rid of > warnings. > --- > tes

[PATCH] psxkey07: Fix POSIX key value pair configuration

2023-08-04 Thread Sebastian Huber
Make sure we have enough POSIX key value pairs available. This fixes a test failure on some targets. Make objects and functions static. Initialize variable to get rid of warnings. --- testsuites/psxtests/psxkey07/init.c | 42 ++--- 1 file changed, 20 insertions(+), 22 de