9
0
Fork 0

Update ChangeLog

This commit is contained in:
Gregory Nutt 2015-02-23 19:31:59 -06:00
parent eeb943acd6
commit 701fc273a5
1 changed files with 5 additions and 0 deletions

View File

@ -9872,3 +9872,8 @@
* libc/time/lib/lib_sfrtime.c: Missing implementation of %C in
sfrtime() C (was being treated as %y). From Freddie Chopin
(2015-02-23).
* drivers/can.c: In the can_open function: this line
'dev->cd_ocount = tmp;' needs to be moved a few lines down otherwise
the open count will only be incremented from 0 to 1. This causes
problems when trying to open the can bus from two different tasks.
SourceForge Patch #46 from Anonymous (2015-02-23).