cdefs.h
上传用户:tsgydb
上传日期:2007-04-14
资源大小:10674k
文件大小:1k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. /* This is intended to eventually find /usr/include/sys/cdefs.h
  2.  * if it's inside the ifdef then it won't work if this file is 
  3.  * found in the include files path more than once.
  4.  *
  5.  * include_next is a GNU C extension, we might eventually want
  6.  * to have our own cdefs in here simply to avoid GNU C dependencies
  7.  * (though there are already enough in the asm stuff anyways)
  8.  * [gsstark:19950419.0307EST]
  9.  */
  10. #include_next <sys/cdefs.h>
  11. #ifndef _PTHREAD_SYS_CDEFS_H_
  12. #define _PTHREAD_SYS_CDEFS_H_
  13. #ifndef __NORETURN
  14. #define __NORETURN
  15. #endif /* __NORETURN not defined.  */
  16. #if !defined(__cplusplus)
  17. #define __CAN_DO_EXTERN_INLINE
  18. #endif
  19. #endif /* _PTHREAD_SYS_CDEFS_H_ */