Update posix_types.h

This commit is contained in:
Bernard Xiong 2013-12-23 13:23:49 +08:00
parent 80ff88b2fc
commit 041a7e887b
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,7 @@
* *
* Change Logs: * Change Logs:
* Date Author Notes * Date Author Notes
* 2013-12-23 Bernard Add the checking for ESHUTDOWN
*/ */
#ifndef __POSIX_TYPES_H__ #ifndef __POSIX_TYPES_H__
@ -37,7 +38,9 @@
#include <errno.h> #include <errno.h>
#include <stdarg.h> #include <stdarg.h>
#ifndef ESHUTDOWN
#define ESHUTDOWN 180 #define ESHUTDOWN 180
#endif
#else #else