From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Sat, 24 Mar 2001 19:53:17 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: trouble with long longs Message-ID: <3ABCFB2D.18633.2A848@localhost> In-reply-to: <3ABCD4DB.28432.886F3@localhost> X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > I ran into this bug while testing the new pipe(). It seems 'long long' type > arguments are rather fragile. For example, the innocent looking program below > requires ctrl-c to stop it using 2.95.2 and above: And the trouble was mismatching prototypes between write.c and _write.c. I shall fix it momentarily. Mark