diff options
Diffstat (limited to 'tests/test-16.c')
-rw-r--r-- | tests/test-16.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-16.c b/tests/test-16.c index b6a52d01..3660f5f7 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 ()); |