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