This commit is contained in:
Jeff Hill
2004-01-30 01:25:16 +00:00
parent 70a6e931fb
commit d2d71324da
+3
View File
@@ -25,11 +25,14 @@
long tv_nsec; /* nanoseconds within the second */
};
#endif /* ifndef _POSIX_TIMERS */
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
epicsShareFunc void epicsShareAPI
convertDoubleToWakeTime(double timeout,struct timespec *wakeTime);
#ifdef __cplusplus
}
#endif /* __cplusplus */