From e5baac1b40784ecbb8808440751a8b622dbc1db7 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 29 Sep 2002 22:45:29 +0000 Subject: 2002-09-29 Jakub Jelinek * sysdeps/pthread/tst-timer.c (main): Clear SIGEV2.sigev_notify_attributes. --- linuxthreads/sysdeps/pthread/tst-timer.c | 1 + 1 file changed, 1 insertion(+) (limited to 'linuxthreads/sysdeps') diff --git a/linuxthreads/sysdeps/pthread/tst-timer.c b/linuxthreads/sysdeps/pthread/tst-timer.c index 73e2aab0e7..7417bcd5f0 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); -- cgit v1.2.3