From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Date: Fri, 18 Jun 2004 09:06:05 +0000 From: Bengt Kleberg Message-ID: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit References: <200406170233.i5H2XUR02533@plg2.math.uwaterloo.ca>, <200406170753.i5H7r4F23190@zamenhof.cs.utwente.nl> Subject: Re: [9fans] any success with current plan9port on sunos5.8? Topicbox-Message-UUID: a5c53b10-eacd-11e9-9e20-41e7f4b1d025 Axel Belinfante wrote: ...deleted > Just leaving on __EXTENSIONS__ and fixing yield in a different > way seems for me the easy way out. it is not the easy way out. it is the correct way. sun-os have a yield(). when writing plan9port programs we want the plan9 yield(). imho, the problem is with plan9/src/libthread/fdwait.c . it has a call to plan9 yield(), but still #define NOPLAN9DEFINES. perhaps i have misunderstod the use of NOPLAN9DEFINES? i interpret it to mean ''use the normal os version of everything that has the same name in plan9''. what is the real meaning? bengt