use better versions
This commit is contained in:
parent
7e91400c0d
commit
7ca705927e
3 changed files with 4 additions and 3 deletions
|
|
@ -9,6 +9,7 @@ main(void)
|
|||
ulong x;
|
||||
|
||||
x = (ulong)pthread_self();
|
||||
printf("%lx\n", x);
|
||||
if(x < 1024*1024)
|
||||
exit(1); /* NOT NPTL */
|
||||
exit(0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue