xref: /plan9/sys/src/libc/port/getcallerpc.c (revision 74f16c8187aab477889167f2422d0597b1b7d0ff)
1 #include <u.h>
2 #include <libc.h>
3 
4 uintptr
getcallerpc(void *)5 getcallerpc(void*)
6 {
7 	return 0;
8 }
9