Files
rtems/c/src/exec/posix/headers/time.h
1995-09-26 19:27:15 +00:00

15 lines
171 B
C

/*
*
*
* $Id$
*/
#ifndef __RTEMS_POSIX_TIME_h
#define __RTEMS_POSIX_TIME_h
Watchdog_Interval _POSIX_Time_Spec_to_interval(
const struct timespec *time
);
#endif