git: 9front

ref: 07618fd1c60db7bf74cc0925d9763794694f7b39
dir: /sys/src/libc/port/getcallerpc.c/

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

uintptr
getcallerpc(void*)
{
	return 0;
}