zephyr/lib/libc
Qiu Peiyang c53fe299c0 libc: replace null.h and size_t.h with stddef.h
According to commit b71a8a4591 and Jira: ZEP-733
(libc: remove stddef.h which is provided by the compiler),
the stddef.h in zephyr code is removed and it's provided
by the compiler. The original stddef.h includes two head
files, null.h and size_t.h, which are also useless now.
So remove these two deprecated files, in case conflicting
definition.

Change-Id: Ie7163fdbd23c32759425b50f3deff2a57cc051a9
Signed-off-by: Qiu Peiyang <peiyangx.qiu@intel.com>
2016-09-13 10:21:10 +08:00
..
minimal libc: replace null.h and size_t.h with stddef.h 2016-09-13 10:21:10 +08:00
newlib nios2: Kconfig: remove some unused config options 2016-06-10 15:22:42 +00:00
Makefile cleanup libc kconfig and use choice 2016-02-05 20:15:25 -05:00