Subject: Re: ldd output
To: None <k@cs.few.eur.nl, sommerfeld@orchard.medford.ma.us>
From: Paul Kranenburg <pk@cs.few.eur.nl>
List: current-users
Date: 11/25/1993 10:35:48
> Actually, it looks like there's a missing fflush() in my copy of rtld.c.
> presumably it's already there in your copy :-).
> 
> [...]
> + 		fflush(stdout);
>   	}
>   
>   	_exit(0);
> 
You're right (no, it wasn't in my copy), but I'll be using plain exit() in
stead ( I can no longer think of a reason why _exit would preferable...)

-pk

------------------------------------------------------------------------------