xv6

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 41abfaa92e4b4b88f4b97f5d0829a6a4086f1be7
parent 21eafd48e2a08f1c74430492550d63248b5832d5
Author: rsc <rsc>
Date:   Thu,  7 Sep 2006 16:54:23 +0000

missing def

Diffstat:
Mdefs.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/defs.h b/defs.h @@ -84,6 +84,7 @@ void initlock(struct spinlock*, char*); void acquire(struct spinlock*); void release(struct spinlock*); int holding(struct spinlock*); +void getcallerpcs(void*, uint*); // main.c void load_icode(struct proc*, uchar*, uint);