mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Don't set unused field in rt/tst-timer2.
This commit is contained in:
@ -30,9 +30,8 @@ do_test (void)
|
||||
itval.it_value.tv_nsec = 0;
|
||||
|
||||
sigev.sigev_notify = SIGEV_THREAD;
|
||||
sigev.sigev_signo = SIGRTMIN;
|
||||
sigev.sigev_notify_function = thread;
|
||||
sigev.sigev_notify_attributes = 0;
|
||||
sigev.sigev_notify_attributes = NULL;
|
||||
sigev.sigev_value.sival_ptr = (void *) &timerId;
|
||||
|
||||
for (i = 0; i < 100; i++)
|
||||
|
Reference in New Issue
Block a user