diff options
author | Roland McGrath <roland@gnu.org> | 2002-09-29 22:45:29 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-09-29 22:45:29 +0000 |
commit | e5baac1b40784ecbb8808440751a8b622dbc1db7 (patch) | |
tree | 10140580d84b5d2730fc4914722583d35dfd064d /linuxthreads/sysdeps/pthread | |
parent | 8a815198bf935092191c4150dd65749af2b5db89 (diff) | |
download | glibc-e5baac1b40784ecbb8808440751a8b622dbc1db7.tar glibc-e5baac1b40784ecbb8808440751a8b622dbc1db7.tar.gz glibc-e5baac1b40784ecbb8808440751a8b622dbc1db7.tar.bz2 glibc-e5baac1b40784ecbb8808440751a8b622dbc1db7.zip |
2002-09-29 Jakub Jelinek <jakub@redhat.com>
* sysdeps/pthread/tst-timer.c (main): Clear
SIGEV2.sigev_notify_attributes.
Diffstat (limited to 'linuxthreads/sysdeps/pthread')
-rw-r--r-- | linuxthreads/sysdeps/pthread/tst-timer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linuxthreads/sysdeps/pthread/tst-timer.c b/linuxthreads/sysdeps/pthread/tst-timer.c index 73e2aab0e7..7417bcd5f0 100644 --- a/linuxthreads/sysdeps/pthread/tst-timer.c +++ b/linuxthreads/sysdeps/pthread/tst-timer.c @@ -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); |