Commit ac8c0bb1 authored by Frans Kaashoek's avatar Frans Kaashoek
Browse files

x

parent 948cfbdb
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -136,7 +136,7 @@ char* strncpy(char*, const char*, int);
// syscall.c
void argint(int, int*);
int argstr(int, char*, int);
void argaddr(int, uint64 *);
void argaddr(int, uint64 *);
int fetchstr(uint64, char*, int);
int fetchaddr(uint64, uint64*);
void syscall();
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment