posix-amd64 changes

This commit is contained in:
Russ Cox
2006-05-21 16:35:53 +00:00
parent 5797fdc0c0
commit ee4955c879
5 changed files with 505 additions and 0 deletions

View File

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