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

VxWorks

开发平台:

C/C++

  1. /* timers.h - POSIX time header */
  2. /* Copyright 1991-1992 Wind River Systems, Inc. */
  3. /*
  4. modification history
  5. --------------------
  6. 02f,29nov93,dvs  moved code to time.h
  7. 02e,30sep92,smb  corrected STDC prototype listing.
  8. 02d,22sep92,rrr  added support for c++
  9. 02c,22jul92,gae  fixed clock_id types; more POSIXy.
  10. 02b,25jul92,smb  moves contents of time.h to timers.h.
  11. 02a,04jul92,jcf  cleaned up.
  12. 01d,26may92,rrr  the tree shuffle
  13. 01c,30apr92,rrr  some preparation for posix signals.
  14. 01b,10feb91,gae  revised according to DEC review.
  15.    defined sigevent and sigval structures according to Draft;
  16.    added ENOSYS errno here, temporarily;
  17.    flagged definitions in wrong location with xPOSIX.
  18. 01a,16oct91,gae  written.
  19. */
  20. /*
  21. DESCRIPTION
  22. This file provides header information for the POSIX time interface definitions.
  23. */
  24. #ifndef __INCtimersh
  25. #define __INCtimersh
  26. #ifdef __cplusplus
  27. extern "C" {
  28. #endif
  29. #include "time.h"
  30. #ifdef __cplusplus
  31. }
  32. #endif
  33. #endif /* __INCtimersh */