summaryrefslogtreecommitdiff
path: root/nuttx/binfmt/binfmt_unloadmodule.c
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/binfmt_unloadmodule.c
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/binfmt_unloadmodule.c')
-rw-r--r--nuttx/binfmt/binfmt_unloadmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/binfmt/binfmt_unloadmodule.c b/nuttx/binfmt/binfmt_unloadmodule.c
index a03b98d6c..365f26a34 100644
--- a/nuttx/binfmt/binfmt_unloadmodule.c
+++ b/nuttx/binfmt/binfmt_unloadmodule.c
@@ -83,7 +83,7 @@
****************************************************************************/
#ifdef CONFIG_BINFMT_CONSTRUCTORS
-static inline void exec_dtors(FAR const struct binary_s *binp)
+static inline int exec_dtors(FAR const struct binary_s *binp)
{
binfmt_dtor_t *dtor = binp->dtors;
#ifdef CONFIG_ADDRENV