A few fixes for compilation errors due to recent address environment fixes

This commit is contained in:
Gregory Nutt 2014-08-22 15:55:00 -06:00
parent d989807e76
commit f58ba70547

View File

@ -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 */