aboutsummaryrefslogtreecommitdiff
path: root/testcases/open_posix_testsuite/conformance/interfaces/pthread_equal/2-1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testcases/open_posix_testsuite/conformance/interfaces/pthread_equal/2-1.c')
-rw-r--r--testcases/open_posix_testsuite/conformance/interfaces/pthread_equal/2-1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testcases/open_posix_testsuite/conformance/interfaces/pthread_equal/2-1.c b/testcases/open_posix_testsuite/conformance/interfaces/pthread_equal/2-1.c
index c1f0c6177..8a93fff52 100644
--- a/testcases/open_posix_testsuite/conformance/interfaces/pthread_equal/2-1.c
+++ b/testcases/open_posix_testsuite/conformance/interfaces/pthread_equal/2-1.c
@@ -127,7 +127,7 @@ void *sendsig(void *arg)
/* Next are the signal handlers. */
/* This one is registered for signal SIGUSR1 */
-void sighdl1(int sig)
+void sighdl1(int sig LTP_ATTRIBUTE_UNUSED)
{
#ifdef WITH_SYNCHRO
if (sem_post(&semsig1)) {
@@ -137,7 +137,7 @@ void sighdl1(int sig)
}
/* This one is registered for signal SIGUSR2 */
-void sighdl2(int sig)
+void sighdl2(int sig LTP_ATTRIBUTE_UNUSED)
{
#ifdef WITH_SYNCHRO
if (sem_post(&semsig2)) {