forked from Imagelibrary/rtems
2011-01-02 Joel Sherrill <joel.sherrilL@OARcorp.com>
* psx05/init.c: Spacing.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2011-01-02 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||
|
||||
* psx05/init.c: Spacing.
|
||||
|
||||
2010-11-01 Alin Rus <alin.codejunkie@gmail.com>
|
||||
|
||||
* psxaio01/init.c, psxaio02/init.c: Improve coverage.
|
||||
|
||||
@@ -432,7 +432,7 @@ void *POSIX_Init(
|
||||
status = pthread_mutex_timedlock( &Mutex_id, × );
|
||||
if ( status != ETIMEDOUT )
|
||||
printf( "status = %d\n", status );
|
||||
rtems_test_assert( status == ETIMEDOUT );
|
||||
rtems_test_assert( status == ETIMEDOUT );
|
||||
|
||||
/* switch to idle */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user