This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin 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]

winsup/cygwin ChangeLog thread.cc winsup.h inc ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	duda@sources.redhat.com	2001-11-15 03:10:39

Modified files:
	cygwin         : ChangeLog thread.cc winsup.h 
	cygwin/include : pthread.h 

Log message:
	* include/pthread.h (PTHREAD_COND_INITIALIZER): Define.
	* thread.cc (__pthread_cond_destroy): Add support for
	PTHREAD_COND_INITIALIZER.
	(__pthread_cond_init): Ditto.
	(__pthread_cond_broadcast): Ditto.
	(__pthread_cond_signal): Ditto.
	(__pthread_cond_dowait): Ditto.
	(__pthread_mutex_init): Handle PTHREAD_MUTEX_INITIALIZER correctly,
	don't return error when it's passed as parameter.
	* winsup.h (check_null_invalid_struct): Call correct function.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.1024&r2=1.1025
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/thread.cc.diff?cvsroot=uberbaum&r1=1.53&r2=1.54
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/winsup.h.diff?cvsroot=uberbaum&r1=1.76&r2=1.77
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/include/pthread.h.diff?cvsroot=uberbaum&r1=1.9&r2=1.10


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