diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2016-05-18 11:40:15 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2016-05-18 11:40:15 +0900 |
commit | d93206882d107baf0c27a13606feb6c980342155 (patch) | |
tree | bab5cc02255ef4a3cb16d2f8c3255eac55e90dba /ChangeLog | |
parent | a17d12192fe74e07ab488e97d0742484f9a5ddcd (diff) |
Fix mutex_lock and join
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2016-05-18 NIIBE Yutaka <gniibe@fsij.org> + * chopstx.c (requeue): New. + (chopstx_mutex_lock, chopstx_join): Fix by requeue. + * example-cdc/usb-cdc.c: Prepare multiple TTYs. 2016-05-17 NIIBE Yutaka <gniibe@fsij.org> |