This is the mail archive of the glibc-cvs@sourceware.cygnus.com 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]

libc/sysdeps/generic glob.c


CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	drepper@sourceware.cygnus.com	00/03/19 16:45:46

Modified files:
	sysdeps/generic: glob.c 

Log message:
	[_LIBC]: Always use __xstat64, not only for glob64.  Since there is no
	glob64 in the LFS proposal applications can assume that glob handles
	LFS situations.  glob64 is only needed if alternative filesystem
	functions are used.
	
	Correct gl_pathc value returned when GLOB_DOOFFS is set; correct
	handling of patterns containing escaped wildcards (and no unescaped
	ones); GLOB_ERR flag was being ignored in some situations.


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