mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-30 12:31:53 +08: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:
parent
8a815198bf
commit
e5baac1b40
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user