Changeset 11227 for trunk/libtransmission/platform.c
- Timestamp:
- Sep 18, 2010, 10:13:46 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/platform.c
r10919 r11227 135 135 } 136 136 #else 137 pthread_create( &t->thread, NULL, ( void * ( * )( 138 void * ) )ThreadFunc, t ); 137 pthread_create( &t->thread, NULL, (void*(*)(void*))ThreadFunc, t ); 138 pthread_detach( t->thread ); 139 139 140 #endif 140 141
Note: See TracChangeset
for help on using the changeset viewer.