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. /* We are almost always included from features.h. */
  11. #ifndef _FEATURES_H
  12. #include <features.h>
  13. #endif
  14. #ifndef __BITS_SOCKET_H
  15. #define __BITS_SOCKET_H
  16. #endif
  17. #define __need_timespec
  18. #include_next <sys/cdefs.h>
  19. #ifndef _PTHREAD_SYS_CDEFS_H_
  20. #define _PTHREAD_SYS_CDEFS_H_
  21. #ifndef __NORETURN
  22. #define __NORETURN
  23. #endif /* __NORETURN not defined.  */
  24. #if !defined(__cplusplus)
  25. #define __CAN_DO_EXTERN_INLINE
  26. #endif
  27. #endif /* _PTHREAD_SYS_CDEFS_H_ */