summaryrefslogtreecommitdiff
path: root/tests/test-16.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-16.c')
-rw-r--r--tests/test-16.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-16.c b/tests/test-16.c
index b6a52d0..3660f5f 100644
--- a/tests/test-16.c
+++ b/tests/test-16.c
@@ -33,7 +33,7 @@ test (void *arg)
}
static void
-handler (int sig, siginfo_t *info, void *context)
+handler (int sig)
{
assert (pthread_equal (pthread_self (), testthread));
printf ("handler: %d\n", pthread_self ());