From 041a7e887b0074b5d2c0440d113e7626018e52f0 Mon Sep 17 00:00:00 2001 From: Bernard Xiong Date: Mon, 23 Dec 2013 13:23:49 +0800 Subject: [PATCH] Update posix_types.h --- components/pthreads/posix_types.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/pthreads/posix_types.h b/components/pthreads/posix_types.h index cbc2515884..280867c4ca 100644 --- a/components/pthreads/posix_types.h +++ b/components/pthreads/posix_types.h @@ -19,6 +19,7 @@ * * Change Logs: * Date Author Notes + * 2013-12-23 Bernard Add the checking for ESHUTDOWN */ #ifndef __POSIX_TYPES_H__ @@ -37,7 +38,9 @@ #include #include +#ifndef ESHUTDOWN #define ESHUTDOWN 180 +#endif #else