summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-03-01 17:49:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-03-01 17:49:57 +0000
commitb04ee63e3d855aab7fe2a84377bdff6674417e51 (patch)
treefc9bed24402a18d7fc793ee9cf2833afab603023 /cpukit/posix/ChangeLog
parent2002-03-01 Eric Norum <eric.norum@usask.ca> (diff)
downloadrtems-b04ee63e3d855aab7fe2a84377bdff6674417e51.tar.bz2
2002-03-01 Eric Norum <eric.norum@usask.ca>
* 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.
Diffstat (limited to 'cpukit/posix/ChangeLog')
-rw-r--r--cpukit/posix/ChangeLog6
1 files changed, 6 insertions, 0 deletions
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 <eric.norum@usask.ca>
+
+ * 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 <corsepiu@faw.uni-ulm.de>
* src/getegid.c: Add #include <rtems/userenv.h>.