zephyr/lib/libc/minimal/include
Leandro Pereira 0f1d30aa67 lib: posix: Do not redefine PATH_MAX in unistd.h
This constant should be defined in limits.h.  Define it in limits.h in
the minimal libc, and use the definition found in newlib's includes.
Values in newlib includes range from 1024 to 4096.

The rationale is that all code should use the same value; having
buffers specified with different sizes will lead to interoperability
and out of bounds array writes.

Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>
2018-05-19 06:59:40 +03:00
..
bits
sys libc: minimal: Add empty sys/cdefs.h 2017-06-21 12:35:49 -04:00
assert.h libc: Add support for static_assert 2017-10-25 10:43:38 -07:00
ctype.h
errno.h libc: add EILSEQ for use in reporting checksum failure. 2018-01-07 14:12:56 -05:00
inttypes.h
limits.h lib: posix: Do not redefine PATH_MAX in unistd.h 2018-05-19 06:59:40 +03:00
stdbool.h
stdint.h libc: minimal: Add typedefs for fast types 2017-10-19 12:16:11 -05:00
stdio.h
stdlib.h lib: add abs function to minimal libc 2018-01-23 10:14:49 -06:00
string.h
strings.h
time.h