2011-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>

* psx04/task3.c, psxfile01/test.c, psxhdrs/Makefile.am,
	psxmsgq01/init.c, psxreaddir/test.c, psxsignal01/init.c,
	psxtimes01/init.c, psxualarm/init.c: Remove warnings.
This commit is contained in:
Joel Sherrill
2011-05-05 16:45:52 +00:00
parent 6f27ba8077
commit ff7ff62a0f
9 changed files with 29 additions and 7 deletions

View File

@@ -1205,6 +1205,7 @@ void verify_timedout_mq_timedsend(
timeout.tv_nsec = tv1.tv_usec * 1000;
status = mq_timedsend( Test_q[que].mq, msg, len , 0, &timeout );
rtems_test_assert( status == 0 );
gettimeofday( &tv2, &tz2 );
tv3.tv_sec = tv2.tv_sec - tv1.tv_sec;