Changeset ffcccf26 in mainline
- Timestamp:
- 2005-09-03T12:39:58Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 51022e9b
- Parents:
- 258c3e6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/synch/rwlock2/test.c
r258c3e6 rffcccf26 41 41 42 42 static void writer(void *arg); 43 static void failed(void *arg);43 static void failed(void); 44 44 45 45 void writer(void *arg) … … 56 56 } 57 57 58 void failed( void)58 void failed() 59 59 { 60 60 printf("Test failed prematurely.\n");
Note:
See TracChangeset
for help on using the changeset viewer.