mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 21:10:07 +00:00
Update.
2003-11-03 Ulrich Drepper <drepper@redhat.com> * sysdeps/pthread/tst-timer.c (main): Initialize sigev2.sigev_value as well.
This commit is contained in:
parent
7df11052ce
commit
271766771f
@ -1,3 +1,8 @@
|
|||||||
|
2003-11-03 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/pthread/tst-timer.c (main): Initialize
|
||||||
|
sigev2.sigev_value as well.
|
||||||
|
|
||||||
2003-10-15 Roland McGrath <roland@redhat.com>
|
2003-10-15 Roland McGrath <roland@redhat.com>
|
||||||
|
|
||||||
* sysdeps/pthread/configure.in: Barf if visibility attribute support
|
* sysdeps/pthread/configure.in: Barf if visibility attribute support
|
||||||
|
@ -84,6 +84,9 @@ main (void)
|
|||||||
sigev2.sigev_notify = SIGEV_THREAD;
|
sigev2.sigev_notify = SIGEV_THREAD;
|
||||||
sigev2.sigev_notify_function = notify_func1;
|
sigev2.sigev_notify_function = notify_func1;
|
||||||
sigev2.sigev_notify_attributes = NULL;
|
sigev2.sigev_notify_attributes = NULL;
|
||||||
|
/* It is unnecessary to do the following but to set a good example
|
||||||
|
we do it anyhow. */
|
||||||
|
sigev2.sigev_value = 0;
|
||||||
|
|
||||||
setvbuf (stdout, 0, _IOLBF, 0);
|
setvbuf (stdout, 0, _IOLBF, 0);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user