/* * Copyright (c) 2006-2018, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2013-12-23 Bernard Add the checking for ESHUTDOWN */ #ifndef __POSIX_TYPES_H__ #define __POSIX_TYPES_H__ #include #include #include #include #include #include /* errno for Keil MDK */ #if defined(__CC_ARM) || defined(__IAR_SYSTEMS_ICC__) #include #include #else #include #include #include #endif #endif