summaryrefslogtreecommitdiff
path: root/nuttx/binfmt/libelf
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-19 22:18:30 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-19 22:18:30 +0000
commit1fb830e24ef8b48e1134cd7bcd1d835195ceca81 (patch)
treed8042aaa7325712cbdc8afaeab8f6928ce915e76 /nuttx/binfmt/libelf
parent1f5151d2c5574cbb57e57ea32416ca8970e0dec4 (diff)
downloadpx4-nuttx-1fb830e24ef8b48e1134cd7bcd1d835195ceca81.tar.gz
px4-nuttx-1fb830e24ef8b48e1134cd7bcd1d835195ceca81.tar.bz2
px4-nuttx-1fb830e24ef8b48e1134cd7bcd1d835195ceca81.zip
Verify PATH variable in apps/examples/elf
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5445 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/binfmt/libelf')
-rw-r--r--nuttx/binfmt/libelf/libelf_addrenv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/binfmt/libelf/libelf_addrenv.c b/nuttx/binfmt/libelf/libelf_addrenv.c
index 28cc0e108..193062a54 100644
--- a/nuttx/binfmt/libelf/libelf_addrenv.c
+++ b/nuttx/binfmt/libelf/libelf_addrenv.c
@@ -64,7 +64,7 @@
****************************************************************************/
/****************************************************************************
- * Name: elf_addrenv_create
+ * Name: elf_addrenv_alloc
*
* Description:
* Allocate memory for the ELF image (elfalloc). If CONFIG_ADDRENV=n,
@@ -83,7 +83,7 @@
*
****************************************************************************/
-int elf_addrenv_create(FAR struct elf_loadinfo_s *loadinfo, size_t envsize)
+int elf_addrenv_alloc(FAR struct elf_loadinfo_s *loadinfo, size_t envsize)
{
#ifdef CONFIG_ADDRENV
FAR void *vaddr;