mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
binfmt/libelf: Fix function description field
Copy&paste error, wrong description field used
This commit is contained in:
committed by
Petro Karashchenko
parent
bbdbca00c1
commit
fdef3a7b92
@@ -146,10 +146,10 @@ int elf_addrenv_alloc(FAR struct elf_loadinfo_s *loadinfo, size_t textsize,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Name: elf_addrenv_restore
|
* Name: elf_addrenv_select
|
||||||
*
|
*
|
||||||
* Description:
|
* Description:
|
||||||
* Restore the address environment before elf_addrenv_select() was called..
|
* Temporarily select the task's address environment.
|
||||||
*
|
*
|
||||||
* Input Parameters:
|
* Input Parameters:
|
||||||
* loadinfo - Load state information
|
* loadinfo - Load state information
|
||||||
@@ -187,20 +187,16 @@ int elf_addrenv_select(FAR struct elf_loadinfo_s *loadinfo)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Name: elf_addrenv_free
|
* Name: elf_addrenv_restore
|
||||||
*
|
*
|
||||||
* Description:
|
* Description:
|
||||||
* Release the address environment previously created by
|
* Restore the address environment before elf_addrenv_select() was called..
|
||||||
* elf_addrenv_alloc(). This function is called only under certain error
|
|
||||||
* conditions after the module has been loaded but not yet started.
|
|
||||||
* After the module has been started, the address environment will
|
|
||||||
* automatically be freed when the module exits.
|
|
||||||
*
|
*
|
||||||
* Input Parameters:
|
* Input Parameters:
|
||||||
* loadinfo - Load state information
|
* loadinfo - Load state information
|
||||||
*
|
*
|
||||||
* Returned Value:
|
* Returned Value:
|
||||||
* None.
|
* Zero (OK) on success; a negated errno value on failure.
|
||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user