repo.or.cz
/
valgrind.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drd/tests/std_thread2: Make this test independent of the libstdc++ version
[valgrind.git]
/
none
/
tests
/
pth_exit2.c
blob
e1b9e7ee0e473d57790ad9607fe382c3c6a0937e
1
#include <pthread.h>
2
3
int
main
()
4
{
5
pthread_exit
(
0
);
6
}