aboutsummaryrefslogtreecommitdiff
path: root/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/6-1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/6-1.c')
-rw-r--r--testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/6-1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/6-1.c b/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/6-1.c
index c6d398ab3..b13656293 100644
--- a/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/6-1.c
+++ b/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedrdlock/6-1.c
@@ -69,7 +69,7 @@ static void sig_handler()
}
}
-static void *th_fn(void *arg)
+static void *th_fn(void *arg LTP_ATTRIBUTE_UNUSED)
{
struct sigaction act;
struct timespec abs_timeout;