posix support initially added

This commit is contained in:
Joel Sherrill
1995-09-26 19:27:15 +00:00
parent 879a0474ea
commit 5e9b32b439
488 changed files with 21578 additions and 1196 deletions

View File

@@ -0,0 +1,14 @@
/*
*
*
* $Id$
*/
#ifndef __RTEMS_POSIX_TIME_h
#define __RTEMS_POSIX_TIME_h
Watchdog_Interval _POSIX_Time_Spec_to_interval(
const struct timespec *time
);
#endif