Add THREAD_JOIN_IMPLEMENTED.
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 22 Sep 2004 00:26:39 +0000 (00:26 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 22 Sep 2004 00:26:39 +0000 (00:26 +0000)
src/constants.h

index 8ffe2f622781e6581426aea5b7b6f9097f031e66..6fca7494e6ecf9cc93f6d865611e16daf4272aac 100644 (file)
@@ -6,3 +6,6 @@
 
 /* Example definition. */
 /*#define MACRONAME 1 */
+
+/* Uncomment if if you've implemented thread_join(). */
+/*#define THREAD_JOIN_IMPLEMENTED 1*/