From: Ben Pfaff Date: Wed, 2 Feb 2005 00:19:04 +0000 (+0000) Subject: Update. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=969638e43328cce935d0fd486f9966bc369a2a6d;p=pintos-anon Update. --- diff --git a/TODO b/TODO index 15902a2..dd5f746 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,9 @@ -*- text -*- +* Threads: + + - join-invalid doesn't compile if tid_t is not scalar type. + * Userprog project: - Move `join' implementation here, from `threads' project, to help