add make CONF=pthread for modern systems

This commit is contained in:
Russ Cox
2008-12-09 07:05:09 +00:00
parent 189f67ae9b
commit 4f14409f56
11 changed files with 590 additions and 3 deletions

8
posix-port/getcallerpc.c Normal file
View File

@@ -0,0 +1,8 @@
#include "u.h"
#include "libc.h"
uintptr
getcallerpc(void *a)
{
return 0;
}