Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 May 1996 19:43:13 -0700 (PDT)
From:      Dan Busarow <dan@dpcsys.com>
To:        Josh MacDonald <jmacd@CS.Berkeley.EDU>
Cc:        freebsd-hackers@FreeBSD.org
Subject:   Re: stdio problem
Message-ID:  <Pine.SV4.3.91.960502193924.5381A-100000@cedb>
In-Reply-To: <199605030049.RAA18275@paris.CS.Berkeley.EDU>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 2 May 1996, Josh MacDonald wrote:
> It is a bug, however.  I might fix it, after finals.

Are you using close(2) or fclose()?

If you are using close(), what happens if you use fclose()?  Using fclose
is the correct way to close stdin and the argument of mixing stream and
file descriptor functions is moot.

Dan
-- 
 Dan Busarow
 DPC Systems
 Dana Point, California




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SV4.3.91.960502193924.5381A-100000>