aboutsummaryrefslogtreecommitdiff
path: root/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/12-1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/12-1.c')
-rw-r--r--testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/12-1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/12-1.c b/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/12-1.c
index 276aee65d..48e706fad 100644
--- a/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/12-1.c
+++ b/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/12-1.c
@@ -57,12 +57,12 @@ pthread_barrier_t barrier;
* This handler is just used to catch the signal and stop sleep (so the
* parent knows the child is still busy sending signals).
*/
-void justreturn_handler(int signo)
+void justreturn_handler(int signo LTP_ATTRIBUTE_UNUSED)
{
in_handler++;
}
-void *a_thread_func(void *arg)
+void *a_thread_func(void *arg LTP_ATTRIBUTE_UNUSED)
{
int i, ret;
struct sigaction act;