Avoid forcing a context switch right after thread creation.
[pspp] / ChangeLog
index f1c6180c4ecfa517f09f8f0835a26da5d1df53e6..d60d1e2e82999af0b090294de7a0f04db3d4c2fe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-08-18  Bruno Haible  <bruno@clisp.org>
+
+       * lib/glthread/thread.c: Avoid forcing a context switch right after
+       thread creation.
+
 2008-08-17  Bruno Haible  <bruno@clisp.org>
 
        * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.