From 9f0fad2a3b83e38749b98639ff240609ef2a1bad Mon Sep 17 00:00:00 2001 From: dwilder Date: Fri, 12 Oct 2007 17:24:33 +0000 Subject: timers.c init tid to 0 to workaround s390x bug. --- testsuite/systemtap.syscall/timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/systemtap.syscall/timer.c') diff --git a/testsuite/systemtap.syscall/timer.c b/testsuite/systemtap.syscall/timer.c index c9553c82..f7b888ae 100644 --- a/testsuite/systemtap.syscall/timer.c +++ b/testsuite/systemtap.syscall/timer.c @@ -9,7 +9,7 @@ int main() { - timer_t tid; + timer_t tid=0; struct itimerspec val, oval; syscall(SYS_timer_create, CLOCK_REALTIME, NULL, &tid); -- cgit