Naming the parameter of dummy_sa_handler
authorMahesh Bodapati <bmahi496@linux.ibm.com>
Mon, 13 Feb 2023 17:23:19 +0000 (11:23 -0600)
committerRajalakshmi Srinivasaraghavan <rajis@linux.ibm.com>
Mon, 13 Feb 2023 17:23:19 +0000 (11:23 -0600)
commit000ca24f807762a1fa6bf076d80f152d2512f17d
tree8e7ead2b780fdca83d68b83c6719c31ad5f922f5
parent3e35b824a4dc0f6b67a7edaf4962e7492aed9d4f
Naming the parameter of dummy_sa_handler

ISO C does not support omitting parameter names in function definitions
before C2X,the compiler is giving an error with older versions of gcc and
this commit will resolve the test failure "error: parameter name omitted"

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
posix/tst-spawn7.c