From mboxrd@z Thu Jan 1 00:00:00 1970 From: Harry Kalogirou Subject: Re: binary size changes from 0.1.0 Date: Fri, 11 Jun 2004 03:52:23 +0300 Sender: linux-8086-owner@vger.kernel.org Message-ID: <1086904319.1095.417.camel@cool> References: <20040610073556.GJ28709@vega.vega.lgb.hu> <200406101052.50052.dg@cowlark.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <200406101052.50052.dg@cowlark.com> List-Id: Content-Type: text/plain; charset="us-ascii" To: David Given Cc: Linux-8086 > One common trick is to not keep the list of error messages in memory at all, > but to keep them in a file on disk. When perror() is called, the file is > opened, read until the right error message is found, and that one used... I think ELKS's libc does that... at least it used to do... -- Harry Kalogirou