X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=grading%2Fvm%2Fposix-compat.h;h=70dee12885df227682b4ca5f40620689765b2383;hb=2cfc156c39840ce7f1cda6b473de1322691a8a0b;hp=df77e438758d1de5ba776817d108004e159b6128;hpb=63bae7d91cfdc5d6f73b52702ecb6dcca515496c;p=pintos-anon diff --git a/grading/vm/posix-compat.h b/grading/vm/posix-compat.h index df77e43..70dee12 100644 --- a/grading/vm/posix-compat.h +++ b/grading/vm/posix-compat.h @@ -20,9 +20,9 @@ void pintos_exit (int status) NO_RETURN; #define exec pintos_exec pid_t pintos_exec (const char *file); -#undef join -#define join pintos_join -int pintos_join (pid_t); +#undef wait +#define wait pintos_wait +int pintos_wait (pid_t); #undef create #define create pintos_create