use better versions

This commit is contained in:
rsc 2005-01-21 20:21:12 +00:00
parent 7e91400c0d
commit 7ca705927e
3 changed files with 4 additions and 3 deletions

View file

@ -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);