|
From: Nicholas N. <nj...@cs...> - 2005-02-10 01:40:32
|
CVS commit by nethercote:
whoops; revert last check-in
M +1 -1 pth_once.c 1.6
--- valgrind/corecheck/tests/pth_once.c #1.5:1.6
@@ -47,5 +47,5 @@ void *identify_yourself(void *arg)
pthread_exit((void *)NULL);
}
- //printf("identify_yourself: Hi, I'm a thread\n");
+ printf("identify_yourself: Hi, I'm a thread\n");
return(NULL);
}
|