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