From: Ben Pfaff Date: Wed, 22 Sep 2004 00:26:39 +0000 (+0000) Subject: Add THREAD_JOIN_IMPLEMENTED. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aca19d806c4e113716df86f7069c801251b6bccc;p=pintos-anon Add THREAD_JOIN_IMPLEMENTED. --- diff --git a/src/constants.h b/src/constants.h index 8ffe2f6..6fca749 100644 --- a/src/constants.h +++ b/src/constants.h @@ -6,3 +6,6 @@ /* Example definition. */ /*#define MACRONAME 1 */ + +/* Uncomment if if you've implemented thread_join(). */ +/*#define THREAD_JOIN_IMPLEMENTED 1*/