From b04ee63e3d855aab7fe2a84377bdff6674417e51 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 1 Mar 2002 17:49:57 +0000 Subject: 2002-03-01 Eric Norum * src/pthreadonce.c: Task is not preemptable while running a pthread_once init function. This is slightly less heavy handed than disabling dispatching and seems better than consuming a mutex. --- cpukit/posix/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cpukit/posix/ChangeLog') diff --git a/cpukit/posix/ChangeLog b/cpukit/posix/ChangeLog index ff7f08e46e..82b7305b22 100644 --- a/cpukit/posix/ChangeLog +++ b/cpukit/posix/ChangeLog @@ -1,3 +1,9 @@ +2002-03-01 Eric Norum + + * src/pthreadonce.c: Task is not preemptable while running a + pthread_once init function. This is slightly less heavy handed + than disabling dispatching and seems better than consuming a mutex. + 2002-02-09 Ralf Corsepius * src/getegid.c: Add #include . -- cgit v1.2.3