diff options
Diffstat (limited to 'nptl/tst-eintr2.c')
-rw-r--r-- | nptl/tst-eintr2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/tst-eintr2.c b/nptl/tst-eintr2.c index 00b2ecdfcd..410c56ccaf 100644 --- a/nptl/tst-eintr2.c +++ b/nptl/tst-eintr2.c @@ -84,7 +84,7 @@ do_test (void) exit (1); } - setup_eintr (SIGUSR1); + setup_eintr (SIGUSR1, NULL); pthread_t th; char buf[100]; |