conterm/posix-port/getcallerpc.c

9 lines
78 B
C

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