aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2016-05-13 17:51:12 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2016-05-13 17:51:12 +0900
commit206f2a5f07855a6c6775e7336a65fb63d374cd99 (patch)
tree1e1c36241bd2992b30e7aa304f4ec7b8b4bf9911 /ChangeLog
parent5046dd45f2e675c37e505d42ecce746cb64b64f9 (diff)
Fix intr_wait
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f763c72..9f0e832 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,7 +11,7 @@
(chopstx_release_irq): Remove.
(chx_release_irq): New internal function.
(THREAD_WAIT_INT): Remove.
- (chopstx_intr_wait): Remove, now offered as a macro.
+ (chopstx_intr_wait): Rewrite by chopstx_poll.
2016-05-13 NIIBE Yutaka <gniibe@fsij.org>