source:
rtems/cpukit/posix/include/rtems/posix/time.h
@
5e9b32b
Last change on this file since 5e9b32b was 5e9b32b, checked in by Joel Sherrill <joel.sherrill@…>, on 09/26/95 at 19:27:15 | |
---|---|
|
|
File size: 171 bytes |
Line | |
---|---|
1 | /* |
2 | * |
3 | * |
4 | * $Id$ |
5 | */ |
6 | |
7 | #ifndef __RTEMS_POSIX_TIME_h |
8 | #define __RTEMS_POSIX_TIME_h |
9 | |
10 | Watchdog_Interval _POSIX_Time_Spec_to_interval( |
11 | const struct timespec *time |
12 | ); |
13 | |
14 | #endif |
Note: See TracBrowser
for help on using the repository browser.