stat.h
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:0k
源码类别:

VxWorks

开发平台:

C/C++

  1. /* stat.h - obsolete vxWorks 5.0 header file */
  2. /* Copyright 1984-1992 Wind River Systems, Inc. */
  3. /*
  4. modification history
  5. --------------------
  6. 01c,29sep92,rrr  changed name of __INCstath to avoid conflict
  7. 01b,22sep92,rrr  added support for c++
  8. 01a,19sep92,smb  written for compatibility with 5.0
  9. */
  10. #ifndef __INCobsolete_stath
  11. #define __INCobsolete_stath
  12. #ifdef __cplusplus
  13. extern "C" {
  14. #endif
  15. #include "sys/stat.h"
  16. #ifdef __cplusplus
  17. }
  18. #endif
  19. #endif /* __INCobsolete_stath */