zephyr/lib/libc/newlib
Iván Briano 4370b5da6c libc-hooks: Provide the 'open()' syscall
Some parts of Newlib, notably the locale handling stuff, will try to
call open(), and if it's not provided, any application that for some
reason is bringing in that code will fail to link.
Having a non-working implementation keeps that code working.

Change-Id: I28345dabb93431d6b80c839b23a46b7f99dc8734
Signed-off-by: Iván Briano <ivan.briano@intel.com>
2016-03-10 23:28:15 +00:00
..
Makefile build: build libc as object, not kbuild library (lib.a) 2016-02-05 20:14:45 -05:00
libc-hooks.c libc-hooks: Provide the 'open()' syscall 2016-03-10 23:28:15 +00:00