mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 11:55:36 +08:00
Fix task create argument
This commit is contained in:
@@ -261,7 +261,7 @@ rtems_bsd_thread_start(struct thread **td_ptr, void (*func)(void *), void *arg,
|
|||||||
BSD_TASK_NAME,
|
BSD_TASK_NAME,
|
||||||
BSD_TASK_PRIORITY_NORMAL,
|
BSD_TASK_PRIORITY_NORMAL,
|
||||||
BSD_MINIMUM_TASK_STACK_SIZE + (size_t) pages * PAGE_SIZE,
|
BSD_MINIMUM_TASK_STACK_SIZE + (size_t) pages * PAGE_SIZE,
|
||||||
RTEMS_DEFAULT_ATTRIBUTES,
|
RTEMS_DEFAULT_MODES,
|
||||||
RTEMS_DEFAULT_ATTRIBUTES,
|
RTEMS_DEFAULT_ATTRIBUTES,
|
||||||
&task_id
|
&task_id
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user