index
:
plan9front.git
cosa
front
gicv2
gicvn
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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
;
}