Date: Thu, 28 Nov 2002 23:30:26 -0500 Message-Id: <200211290430.gAT4UQp13367@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT delorie DOT com using -f From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <10211282355.AA05835@clio.rice.edu> (sandmann@clio.rice.edu) Subject: Re: _Exit function [PATCH] References: <10211282355 DOT AA05835 AT clio DOT rice DOT edu> 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 > Why not have all of these automatically written? Adding one line to a > file seems easier than adding a module and a line to a makefile. The stubs are automatically written. See src/libc/stubs/makefile and src/libc/stubs/mkstubs.c. We could probably modify it to read an extra file, but we'd have to be careful about namespace pollution. But not all stubs are the types we want exposed through stubs.h.