aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2017-06-21 17:11:23 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2017-06-21 17:16:01 +0900
commit6c68c55301ff2b83a040a66975d3c44047a60b92 (patch)
treecf9eab1f81a12123b9e71aa81f463dadc1018cfa /ChangeLog
parentd941299149e86750c0758da62f7327bdf4faf07d (diff)
Change exit value access.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8483c01..79b80fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2017-06-21 NIIBE Yutaka <gniibe@fsij.org>
+
+ * chopstx.c (struct chx_pq): Use uintptr_t for V.
+ (struct chx_px): Likewise.
+ (struct chx_thread): Likewise.
+ (chx_sched): Use uintptr_t for the return value.
+ (chx_exit): Use the field V for holding exit value.
+ (chopstx_create): Use uintptr_t for STACK_ADDR.
+ (chopstx_join): Use the field V for exit value.
+
2017-06-16 NIIBE Yutaka <gniibe@fsij.org>
* chopstx.c (chx_wakeup): Fix for RUNNING==NULL.