Changeset 25396
- Timestamp:
- 05/09/08 10:05:17 (1 week ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
haiku/trunk/src/system/libroot/posix/pthread/pthread.c
r25390 r25396 119 119 attributes.name = "pthread func"; 120 120 attributes.priority = attr->sched_priority; 121 attributes.args1 = thread;122 attributes.args2 = NULL;121 attributes.args1 = NULL; 122 attributes.args2 = thread; 123 123 attributes.stack_address = NULL; 124 124 attributes.stack_size = attr->stack_size;
