Skip to content

Commit

Permalink
2002-09-29 Jakub Jelinek <jakub@redhat.com>
Browse files Browse the repository at this point in the history
	* sysdeps/pthread/tst-timer.c (main): Clear
	SIGEV2.sigev_notify_attributes.
  • Loading branch information
Roland McGrath committed Sep 29, 2002
1 parent 8a81519 commit e5baac1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions linuxthreads/sysdeps/pthread/tst-timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit e5baac1

Please sign in to comment.