zephyr/lib/libc
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
..
minimal libc/minimal: use per-thread errno implementation 2016-02-05 20:24:58 -05:00
newlib checkpatch: error - global_initialisers 2016-02-05 20:24:33 -05:00
Makefile cleanup libc kconfig and use choice 2016-02-05 20:15:25 -05:00