aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--linuxthreads/sysdeps/pthread/tst-timer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/linuxthreads/sysdeps/pthread/tst-timer.c b/linuxthreads/sysdeps/pthread/tst-timer.c
index 73e2aab..7417bcd 100644
--- a/linuxthreads/sysdeps/pthread/tst-timer.c
+++ b/linuxthreads/sysdeps/pthread/tst-timer.c
@@ -76,6 +76,7 @@ main (void)
sigev2.sigev_notify = SIGEV_THREAD;
sigev2.sigev_notify_function = notify_func;
+ sigev2.sigev_notify_attributes = NULL;
setvbuf (stdout, 0, _IOLBF, 0);