git: 9front

ref: 322353bb036f8252b318d9877be366dff5df9c02
dir: /sys/src/libc/port/getcallerpc.c/

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

uintptr
getcallerpc(void*)
{
	return 0;
}