mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
Added build_time statement to provide a tm for the test
This commit is contained in:
@@ -18,6 +18,8 @@ void *POSIX_Init(
|
||||
void *argument
|
||||
)
|
||||
{
|
||||
struct timespec tv;
|
||||
struct timespec tr;
|
||||
int status;
|
||||
int priority;
|
||||
pthread_t thread_id;
|
||||
@@ -25,11 +27,11 @@ void *POSIX_Init(
|
||||
time_t seconds1;
|
||||
time_t remaining;
|
||||
struct tm tm;
|
||||
struct timespec tv;
|
||||
struct timespec tr;
|
||||
|
||||
puts( "\n\n*** POSIX TEST 1 ***" );
|
||||
|
||||
build_time( &tm, TM_FRIDAY, TM_MAY, 24, 96, 11, 5, 0 );
|
||||
|
||||
/* error cases in clock_gettime and clock_settime */
|
||||
|
||||
puts( "Init: clock_gettime - EINVAL (invalid clockid)" );
|
||||
|
||||
@@ -18,6 +18,8 @@ void *POSIX_Init(
|
||||
void *argument
|
||||
)
|
||||
{
|
||||
struct timespec tv;
|
||||
struct timespec tr;
|
||||
int status;
|
||||
int priority;
|
||||
pthread_t thread_id;
|
||||
@@ -25,11 +27,11 @@ void *POSIX_Init(
|
||||
time_t seconds1;
|
||||
time_t remaining;
|
||||
struct tm tm;
|
||||
struct timespec tv;
|
||||
struct timespec tr;
|
||||
|
||||
puts( "\n\n*** POSIX TEST 1 ***" );
|
||||
|
||||
build_time( &tm, TM_FRIDAY, TM_MAY, 24, 96, 11, 5, 0 );
|
||||
|
||||
/* error cases in clock_gettime and clock_settime */
|
||||
|
||||
puts( "Init: clock_gettime - EINVAL (invalid clockid)" );
|
||||
|
||||
Reference in New Issue
Block a user