Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Date: Wed, 17 Jan 2001 23:14:05 -0500 From: Christopher Faylor To: cygwin-developers AT cygwin DOT com Subject: Re: some header bugs Message-ID: <20010117231405.F16071@redhat.com> Reply-To: cygwin-developers AT cygwin DOT com Mail-Followup-To: cygwin-developers AT cygwin DOT com References: <200101180153 DOT UAA26883 AT envy DOT delorie DOT com> <20010117205946 DOT A15347 AT redhat DOT com> <200101180250 DOT VAA27333 AT envy DOT delorie DOT com> <3A651023 DOT D8F0A461 AT yahoo DOT com> <20010117223459 DOT A16071 AT redhat DOT com> <200101180341 DOT WAA27702 AT envy DOT delorie DOT com> <20010117224907 DOT C16071 AT redhat DOT com> <200101180355 DOT WAA27821 AT envy DOT delorie DOT com> <20010117225837 DOT D16071 AT redhat DOT com> <200101180402 DOT XAA27891 AT envy DOT delorie DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.11i In-Reply-To: <200101180402.XAA27891@envy.delorie.com>; from dj@delorie.com on Wed, Jan 17, 2001 at 11:02:20PM -0500 On Wed, Jan 17, 2001 at 11:02:20PM -0500, DJ Delorie wrote: > >> I guess we'll have to bow to bash as the authority and change it. Should >> it return 0 on success, -1 on error? > >It seems that way. And set errno, too. Bleah. It looks like our version of setdtablesize takes an argument which is the amount to grow the fdtab by. I found one use that assumed that the argument was the total size for the table. It looks like bash wants this to be the total size, too. Do you agree? cgf