From: "Laurynas Biveinis" Date: Wed, 23 May 2001 18:19:00 +0200 To: djgpp-workers AT delorie DOT com Subject: Re: Add d_type member to struct dirent Message-ID: <20010523181900.A1817@lauras.lt> Mail-Followup-To: djgpp-workers AT delorie DOT com References: <1659-Tue22May2001182402+0300-eliz AT is DOT elta DOT co DOT il> <20010522222711 DOT A2213 AT lauras DOT lt> <3405-Wed23May2001062932+0300-eliz AT is DOT elta DOT co DOT il> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.15i In-Reply-To: <3405-Wed23May2001062932+0300-eliz@is.elta.co.il>; from eliz@is.elta.co.il on Wed, May 23, 2001 at 06:29:33AM +0300 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 > > This scenario in comment isn't the fastest one - the fastest > > way to check out for symlinkiness is __internal_readlink(), > > not *stat(). So if application really stat unknown files, I suggest > > doing __internal_readlink() here. > > I was thinking about GNU Fileutils, and they only use standard > functions. No, I meant that _library_ should do __internal_readlink, not fileutils. Laurynas