Skip Menu |
 

From: epeisach@mit.edu
Subject: CVS Commit
* k5-thread.h (k5_os_mutex_lock): Under Irix, invoke
k5_pthread_mutex_lock() with the k5_os_mutex, not the
pthread_mutex_t.
(k5_pthread_assert_locked,unlocked): If DEBUG_THREADS not used, provide
correct prototype. Add missing close paren.

Test programs show that under irix, the mutex locking/unlocking code was
working - even with the wrong memory use... I do not understand why.


To generate a diff of this commit:



cvs diff -r1.489 -r1.490 krb5/src/include/ChangeLog
cvs diff -r1.27 -r1.28 krb5/src/include/k5-thread.h
From: tlyu@mit.edu
Subject: CVS Commit
pullup from trunk


To generate a diff of this commit:



cvs diff -r1.471.2.6 -r1.471.2.7 krb5/src/include/ChangeLog
cvs diff -r1.22.2.1 -r1.22.2.2 krb5/src/include/k5-thread.h