[riot-commits] [RIOT-OS/RIOT] 6846b4: cpu: native: Add [v]fprintf to syscalls
Martine Lenders
authmillenon at gmail.com
Sat Jun 4 22:38:40 CEST 2016
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 6846b4ebddcfd850dac89b3976562d0dcca66523
https://github.com/RIOT-OS/RIOT/commit/6846b4ebddcfd850dac89b3976562d0dcca66523
Author: Iván Briano <ivan.briano at intel.com>
Date: 2016-06-03 (Fri, 03 Jun 2016)
Changed paths:
M cpu/native/syscalls.c
Log Message:
-----------
cpu: native: Add [v]fprintf to syscalls
External packages that may use fprintf(stderr, ...) for logging will
link directly to the libc version of it, and for some reason that
results in the application crashing.
Commit: b0d5b6d15e0f44e5a7bee72141f2bf7735560feb
https://github.com/RIOT-OS/RIOT/commit/b0d5b6d15e0f44e5a7bee72141f2bf7735560feb
Author: Martine Lenders <authmillenon at gmail.com>
Date: 2016-06-04 (Sat, 04 Jun 2016)
Changed paths:
M cpu/native/syscalls.c
Log Message:
-----------
Merge pull request #5508 from ibriano/master
cpu: native: Add [v]fprintf to syscalls
Compare: https://github.com/RIOT-OS/RIOT/compare/8426ca99cac8...b0d5b6d15e0f
More information about the commits
mailing list