Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site alice.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!alice!ark From: ark@alice.UucP (Andrew Koenig) Newsgroups: net.unix-wizards,net.bugs.4bsd Subject: Re: C startup in /lib/crt0.o Message-ID: <5355@alice.uUCp> Date: Mon, 28-Apr-86 10:13:59 EDT Article-I.D.: alice.5355 Posted: Mon Apr 28 10:13:59 1986 Date-Received: Sat, 3-May-86 00:18:03 EDT References: <100@cstvax.UUCP> Organization: Bell Labs, Murray Hill Lines: 6 Xref: watmath net.unix-wizards:17879 net.bugs.4bsd:2077 > I see that the C startup routine _start in /lib/crt0.o under 4.2BSD > is a bit over-protective, in that it calls routine _exit (rather than > the system-call __exit) when it terminates. If it didn't do that, the last buffer would go unflushed on all output files.