/* * 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 #ifdef CONFIG_NEWLIB_LIBC_USE_POSIX_LIMITS_H #include #endif #endif /* ZEPHYR_LIB_LIBC_NEWLIB_INCLUDE_LIMITS_H_ */