Changeset ffcccf26 in mainline


Ignore:
Timestamp:
2005-09-03T12:39:58Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
51022e9b
Parents:
258c3e6
Message:

Bad prototype

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/synch/rwlock2/test.c

    r258c3e6 rffcccf26  
    4141
    4242static void writer(void *arg);
    43 static void failed(void *arg);
     43static void failed(void);
    4444
    4545void writer(void *arg)
     
    5656}
    5757
    58 void failed(void)
     58void failed()
    5959{
    6060        printf("Test failed prematurely.\n");
Note: See TracChangeset for help on using the changeset viewer.