about summary refs log tree commit diff
path: root/nptl/tst-eintr1.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/tst-eintr1.c')
-rw-r--r--nptl/tst-eintr1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/tst-eintr1.c b/nptl/tst-eintr1.c
index 41ec2508e0..43a5df5b92 100644
--- a/nptl/tst-eintr1.c
+++ b/nptl/tst-eintr1.c
@@ -77,7 +77,7 @@ tf1 (void *arg)
 static int
 do_test (void)
 {
-  setup_eintr (SIGUSR1);
+  setup_eintr (SIGUSR1, NULL);
 
   int i;
   for (i = 0; i < 10; ++i)