mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-27 16:05:39 +08:00
Misc psxtmtests: Use uint32_t not long for end_time to match printf() format expectations
This commit is contained in:
@@ -52,7 +52,7 @@ void *POSIX_Init(
|
||||
{
|
||||
int status;
|
||||
pthread_t threadId;
|
||||
long end_time;
|
||||
uint32_t end_time;
|
||||
struct sched_param param;
|
||||
int policy;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user