mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
A few fixes for compilation errors due to recent address environment fixes
This commit is contained in:
@@ -498,8 +498,7 @@ int up_addrenv_attach(FAR struct task_group_s *group, FAR struct tcb_s *tcb)
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
int up_addrenv_detach(FAR struct task_group_s *group,
|
||||
FAR struct task_group_s *tcb);
|
||||
int up_addrenv_detach(FAR struct task_group_s *group, FAR struct tcb_s *tcb);
|
||||
{
|
||||
/* There is nothing that needs to be done */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user