X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fconstants.h;h=6fca7494e6ecf9cc93f6d865611e16daf4272aac;hb=59f8708c6ab6445a000d44ba0b5dfb8a9b11c941;hp=8ffe2f622781e6581426aea5b7b6f9097f031e66;hpb=10a8b7cdbf1529d859c1f74c49893d4e5a1d8937;p=pintos-anon 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*/