git: 9front

ref: 87f74ef09fd933ae753b68353e40bc3493c0e35e
dir: /sys/src/libc/port/getcallerpc.c/

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

uintptr
getcallerpc(void*)
{
	return 0;
}