From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <775b8d19050414162314e93fa2@mail.gmail.com> Date: Fri, 15 Apr 2005 09:23:32 +1000 From: Bruce Ellis To: Rob Pike , Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] Common code - isatty In-Reply-To: <7359f049050414102910682555@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200504132352.j3DNqJJ19726@augusta.math.psu.edu> <775b8d19050413170155776984@mail.gmail.com> <7359f049050414102910682555@mail.gmail.com> Cc: Topicbox-Message-UUID: 3a229120-ead0-11e9-9d60-3106f5b1d025 i kinda like that approach. a lot of POSIX garabage coud be replaced with stubs. then python written in perl written in bash would never make it to plan9. brucee On 4/15/05, Rob Pike wrote: > following jim's lead, you could make it > whocaresifitsatty() > or maybe the best thing is to put into libc > int isatty(int) {return 0;} >=20 > -rob