aboutsummaryrefslogtreecommitdiff
path: root/testcases/open_posix_testsuite/conformance/interfaces/timer_create/3-1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testcases/open_posix_testsuite/conformance/interfaces/timer_create/3-1.c')
-rw-r--r--testcases/open_posix_testsuite/conformance/interfaces/timer_create/3-1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/open_posix_testsuite/conformance/interfaces/timer_create/3-1.c b/testcases/open_posix_testsuite/conformance/interfaces/timer_create/3-1.c
index 851ad1e99..fb25ef20c 100644
--- a/testcases/open_posix_testsuite/conformance/interfaces/timer_create/3-1.c
+++ b/testcases/open_posix_testsuite/conformance/interfaces/timer_create/3-1.c
@@ -24,7 +24,7 @@
#define SIGTOTEST SIGALRM
#define SLEEPTIME 3
-void handler(int signo)
+void handler(int signo LTP_ATTRIBUTE_UNUSED)
{
printf("Caught signal\n");
}