zephyr/lib/libc/minimal/source
Benjamin Walsh fc1c0c3345 libc/minimal: use per-thread errno implementation
Provides proper access to the per-thread errno variable, by using the
_get_errno() call.

Users can now do:

  errno = EINVAL;
  printk("errno: %d\n", errno);

Change-Id: I0ef365199656d002623b39b7f45f14f561501375
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
2016-02-05 20:24:58 -05:00
..
stdlib checkpatch: warning - block_comment_style 2016-02-05 20:24:33 -05:00
stdout stdio: Fix bug in fputs() 2016-02-05 20:24:44 -05:00
string libc/minimal: use per-thread errno implementation 2016-02-05 20:24:58 -05:00
Makefile libc: add strtol and strtoul to minimal libc 2016-02-05 20:16:15 -05:00