git: 9front

ref: 87996e33d271b43f80b43e53df43f2191df3bf1f
dir: /sys/src/libc/port/getcallerpc.c/

View raw version
#include <u.h>
#include <libc.h>

uintptr
getcallerpc(void*)
{
	return 0;
}