source: rtems/c/src/exec/posix/headers/time.h @ eb5a7e07

4.104.114.84.95
Last change on this file since eb5a7e07 was 5e9b32b, checked in by Joel Sherrill <joel.sherrill@…>, on 09/26/95 at 19:27:15

posix support initially added

  • Property mode set to 100644
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
10Watchdog_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.