This is the mail archive of the glibc-cvs@sources.redhat.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]
Other format: [Raw text]

libc/sysdeps/unix closedir.c


CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	drepper@sourceware.org	2002-12-10 01:59:28

Modified files:
	sysdeps/unix   : closedir.c 

Log message:
	(__closedir): Remove __libc_lock_lock call.  It is not allowed to
	destroy pthread mutexes which are still in use even though it is safe
	for our implementations.  If somebody still uses the descriptor it is
	a bug.


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