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

VxWorks

开发平台:

C/C++

  1. /* systime.h - obsolete vxWorks 5.0 header file */
  2. /* Copyright 1984-1992 Wind River Systems, Inc. */
  3. /*
  4. modification history
  5. --------------------
  6. 02d,22sep92,rrr  added support for c++
  7. 02c,19sep92,smb  contents have been moved to sys/times.h
  8. 02b,31jul92,gae  changed INCtimeh to INCsystimeh.
  9. 02a,04jul92,jcf  cleaned up.
  10. 01g,26may92,rrr  the tree shuffle
  11. 01f,04oct91,rrr  passed through the ansification filter
  12.   -fixed #else and #endif
  13.   -changed copyright notice
  14. 01e,10jun91.del  added pragma for gnu960 alignment.
  15. 01d,25oct90,dnw  changed name from utime.h to systime.h.
  16.  added test for SunOS headers already included.
  17. 01c,05oct90,shl  added copyright notice.
  18. 01b,04nov87,dnw  removed unnecessary stuff.
  19. 01a,15oct87,rdc  written
  20. */
  21. #ifndef __INCsystimeh
  22. #define __INCsystimeh
  23. #ifdef __cplusplus
  24. extern "C" {
  25. #endif
  26. #include "sys/times.h"
  27. #ifdef __cplusplus
  28. }
  29. #endif
  30. #endif /* __INCsystimeh */