zephyr/lib/libc/minimal/include
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
..
bits libc: replace null.h and size_t.h with stddef.h 2016-09-13 10:21:10 +08:00
sys nios2: basic build, non-functional 2016-05-03 23:18:45 +00:00
assert.h libc: Add assert.h to minimal libc 2016-07-21 02:09:44 +00:00
ctype.h c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00
errno.h libc/minimal: use per-thread errno implementation 2016-02-05 20:24:58 -05:00
inttypes.h libc: minimal: add reduced inttypes.h 2016-08-28 11:33:15 +00:00
limits.h c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00
stdbool.h c++: Update minimal libc headers 2016-02-05 20:25:22 -05:00
stdint.h c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00
stdio.h libc: replace null.h and size_t.h with stddef.h 2016-09-13 10:21:10 +08:00
stdlib.h libc: replace null.h and size_t.h with stddef.h 2016-09-13 10:21:10 +08:00
string.h libc: replace null.h and size_t.h with stddef.h 2016-09-13 10:21:10 +08:00
strings.h c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00