zephyr/lib
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
..
iot lib: Introduce the CoAP implementation for Zephyr 2016-09-12 12:25:24 +00:00
libc libc: replace null.h and size_t.h with stddef.h 2016-09-13 10:21:10 +08:00
Kbuild lib: Introduce the CoAP implementation for Zephyr 2016-09-12 12:25:24 +00:00
Kconfig lib: Introduce the CoAP implementation for Zephyr 2016-09-12 12:25:24 +00:00
Makefile lib: Introduce the CoAP implementation for Zephyr 2016-09-12 12:25:24 +00:00