Changeset 001b9925 in rtems for testsuites


Ignore:
Timestamp:
07/24/18 10:46:02 (6 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
bded3f05
Parents:
f133386
git-author:
Sebastian Huber <sebastian.huber@…> (07/24/18 10:46:02)
git-committer:
Sebastian Huber <sebastian.huber@…> (07/24/18 11:00:55)
Message:

psxtimer02: Fix parameter type cast

File:
1 edited

Legend:

Unmodified
Added
Removed
  • testsuites/psxtests/psxtimer02/psxtimer.c

    rf133386 r001b9925  
    5656
    5757  puts( "timer_create - bad clock id - EINVAL" );
    58   status = timer_create( (timer_t) -1, &event, &timer );
     58  status = timer_create( (clockid_t) -1, &event, &timer );
    5959  fatal_posix_service_status_errno( status, EINVAL, "bad clock id" );
    6060
Note: See TracChangeset for help on using the changeset viewer.