2002-09-29 Jakub Jelinek <jakub@redhat.com>

* sysdeps/pthread/tst-timer.c (main): Clear
	SIGEV2.sigev_notify_attributes.
This commit is contained in:
Roland McGrath 2002-09-29 22:45:29 +00:00
parent 8a815198bf
commit e5baac1b40
1 changed files with 1 additions and 0 deletions

View File

@ -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);