This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libc/sysdeps/unix opendir.c


CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	drepper@sourceware.org	2009-02-05 18:20:34

Modified files:
	sysdeps/unix   : opendir.c 

Log message:
	(__alloc_dir): We have a lot more memory today than when the original
	code was written.  Use larger buffers.  This also makes it unnecessary
	to have stat information, if this causes extra efforts.
	(__opendir): In case O_DIRECTORY works, don't call fstat just for __alloc_dir.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/sysdeps/unix/opendir.c.diff?cvsroot=glibc&r1=1.46&r2=1.47


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]