1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

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

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