Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!cs.utexas.edu!sun-barr!decwrl!ucbvax!agate!brahms.berkeley.edu!koonce From: koonce@brahms.berkeley.edu (tim koonce) Newsgroups: comp.os.os9 Subject: Re: SCF Device Driver Query (68K) Summary: C standard library does buffering. Message-ID: <24927@agate.BERKELEY.EDU> Date: 26 May 89 22:51:15 GMT References: <455@cybaswan.UUCP> Sender: usenet@agate.BERKELEY.EDU Reply-To: koonce@brahms.berkeley.edu (tim koonce) Followup-To: comp.os.os9 Organization: University of California, Berkeley Lines: 9 Steve Hosgood (iiit-sh@cybaswan.UUCP) writes: >The problem is that the WRITE routine never gets called by the file manager. >.... It's almost as if the file manager is buffering the data, .... If you're using C, did you remember to disable that buffering? At least on OS9-6809, the C standard library calls buffer output. >Steve Hosgood BSc - Tim Koonce