Changeset 2391 for trunk/libtransmission/platform.c
- Timestamp:
- Jul 18, 2007, 5:25:42 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/platform.c
r2343 r2391 228 228 resume_thread( t->thread ); 229 229 #else 230 pthread_create( &t->thread, NULL, (void * ) ThreadFunc, t );230 pthread_create( &t->thread, NULL, (void * (*) (void *)) ThreadFunc, t ); 231 231 #endif 232 232 }
Note: See TracChangeset
for help on using the changeset viewer.