summaryrefslogtreecommitdiff
path: root/sys/src/libc/port/getcallerpc.c
blob: f45f8c00c1093aff557f52c769d71c6277e95b5e (plain)
1
2
3
4
5
6
7
8
#include <u.h>
#include <libc.h>

uintptr
getcallerpc(void*)
{
	return 0;
}