|
CS318 - Pintos
Pintos source browser for JHU CS318 course
|
#include <syscall-nr.h>#include "tests/userprog/boundary.h"#include "tests/lib.h"#include "tests/main.h"
Go to the source code of this file.
Functions | |
| void | test_main (void) |
| Invokes a system call with the system call number and its argument on separate pages. More... | |
| void test_main | ( | void | ) |
Invokes a system call with the system call number and its argument on separate pages.
This must work.
Definition at line 10 of file sc-boundary.c.
References fail(), get_boundary_area(), and SYS_EXIT.

1.8.16