summaryrefslogtreecommitdiff
path: root/defs.h
diff options
context:
space:
mode:
authorrsc <rsc>2006-09-08 15:31:18 +0000
committerrsc <rsc>2006-09-08 15:31:18 +0000
commit3689c7f5cea4b0b48ab1c96ff6346f0a475b7a62 (patch)
tree5257ce4a3ca5e628819269613c3e2e6068c3367d /defs.h
parentba969aa6a85ad5d6cdfbefc063e50d23f30e9311 (diff)
downloadxv6-labs-3689c7f5cea4b0b48ab1c96ff6346f0a475b7a62.tar.gz
xv6-labs-3689c7f5cea4b0b48ab1c96ff6346f0a475b7a62.tar.bz2
xv6-labs-3689c7f5cea4b0b48ab1c96ff6346f0a475b7a62.zip
unnecessary struct jmpbuf
Diffstat (limited to 'defs.h')
-rw-r--r--defs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/defs.h b/defs.h
index cac3ace..31a3d75 100644
--- a/defs.h
+++ b/defs.h
@@ -12,7 +12,6 @@ void kbd_intr(void);
// proc.c
void pinit(void);
struct proc;
-struct jmpbuf;
void setupsegs(struct proc*);
struct proc* copyproc(struct proc*);
struct spinlock;