lib9: remove getcallerpc implementations

These make no sense and are not really needed at all.
Add a best-effort attempt to get at the gcc/clang macro
in lib9.h, but if it fails, no big deal.

Fixes #324.
This commit is contained in:
Russ Cox
2020-01-07 15:31:01 -05:00
parent 2897735523
commit 540caa5873
9 changed files with 15 additions and 66 deletions

View File

@@ -104,7 +104,7 @@ LIB9OFILES=\
fcallfmt.$O\
frand.$O\
get9root.$O\
getcallerpc-$OBJTYPE.$O\
getcallerpc.$O\
getenv.$O\
getfields.$O\
getnetconn.$O\