From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Wed, 18 Oct 2006 11:31:07 -0400 From: "Russ Cox" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] plan9port: threadid() etc. In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Topicbox-Message-UUID: cc958a3e-ead1-11e9-9d60-3106f5b1d025 > For threadid(), the compiler 9c complainsabout implicit > declaration of threadid(), so, I checked in the header file > there is no prototype for threadid() and linker can't find it. > I did include .. I see it here: http://swtch.com/usr/local/plan9/include/thread.h http://swtch.com/usr/local/plan9/src/libthread/thread.c Russ