drawterm/posix-port/getcallerpc.c
2008-12-09 07:05:09 +00:00

9 lines
78 B
C

#include "u.h"
#include "libc.h"
uintptr
getcallerpc(void *a)
{
return 0;
}