diff options
Diffstat (limited to 'nptl/sysdeps/pthread/tst-timer.c')
-rw-r--r-- | nptl/sysdeps/pthread/tst-timer.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nptl/sysdeps/pthread/tst-timer.c b/nptl/sysdeps/pthread/tst-timer.c index 54d6b6ae93..f2577b75cd 100644 --- a/nptl/sysdeps/pthread/tst-timer.c +++ b/nptl/sysdeps/pthread/tst-timer.c @@ -84,6 +84,9 @@ main (void) sigev2.sigev_notify = SIGEV_THREAD; sigev2.sigev_notify_function = notify_func1; 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); |