plan9front/sys/src/libc/port/getcallerpc.c

9 lines
76 B
C

#include <u.h>
#include <libc.h>
uintptr
getcallerpc(void*)
{
return 0;
}