git: 9front

ref: 08ab4647e958ec386a96d44f774623c0ab56ef89
dir: /sys/src/libc/port/getcallerpc.c/

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

uintptr
getcallerpc(void*)
{
	return 0;
}