diff --git a/components/pthreads/posix_types.h b/components/pthreads/posix_types.h index cbc251588473dd627bb42451cd44cee4c97a6e11..280867c4ca79e31f093c2b3904f7513e73707316 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