projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d72e9ab
)
Declare argc, argv.
author
Ben Pfaff
<blp@cs.stanford.edu>
Tue, 31 Aug 2004 01:00:37 +0000
(
01:00
+0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Tue, 31 Aug 2004 01:00:37 +0000
(
01:00
+0000)
src/threads/init.h
patch
|
blob
|
history
diff --git
a/src/threads/init.h
b/src/threads/init.h
index 2c73fd96179f1c640c2f09c166c537b1ecfd7673..e23269de24568962d5d2ba29696e02414bc6f97e 100644
(file)
--- a/
src/threads/init.h
+++ b/
src/threads/init.h
@@
-8,4
+8,7
@@
struct tss *tss;
extern size_t kernel_pages;
extern size_t ram_pages;
+extern int argc;
+extern char *argv[];
+
#endif /* init.h */