blob: 4fb8a844fde4f010291607eb520d1ca56ca77d93 [file] [log] [blame]
/*
* Copyright The Zephyr Project Contributors
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef ZEPHYR_LIB_LIBC_NEWLIB_INCLUDE_LIMITS_H_
#define ZEPHYR_LIB_LIBC_NEWLIB_INCLUDE_LIMITS_H_
#include_next <limits.h>
#ifdef CONFIG_NEWLIB_LIBC_USE_POSIX_LIMITS_H
#include <zephyr/posix/posix_limits.h>
#endif
#endif /* ZEPHYR_LIB_LIBC_NEWLIB_INCLUDE_LIMITS_H_ */