summaryrefslogtreecommitdiff
path: root/nuttx/binfmt/libelf/libelf.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-26 02:42:39 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-26 02:42:39 +0000
commit6cafdad8d539bbfbe2a516e46fe41549b8a6b68a (patch)
tree0ffd14523bd45197f366cb232d8f05f3d91f5c35 /nuttx/binfmt/libelf/libelf.h
parentb9732fc877642a6cddde87f3440a6589675f10de (diff)
downloadpx4-nuttx-6cafdad8d539bbfbe2a516e46fe41549b8a6b68a.tar.gz
px4-nuttx-6cafdad8d539bbfbe2a516e46fe41549b8a6b68a.tar.bz2
px4-nuttx-6cafdad8d539bbfbe2a516e46fe41549b8a6b68a.zip
Rename elf.h to elf32.h; Additional ELF loader changes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5263 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/binfmt/libelf/libelf.h')
-rw-r--r--nuttx/binfmt/libelf/libelf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/binfmt/libelf/libelf.h b/nuttx/binfmt/libelf/libelf.h
index 37a2ad872..0fb1362dc 100644
--- a/nuttx/binfmt/libelf/libelf.h
+++ b/nuttx/binfmt/libelf/libelf.h
@@ -43,7 +43,7 @@
#include <nuttx/config.h>
#include <sys/types.h>
-#include <elf.h>
+#include <elf32.h>
#include <nuttx/binfmt/elf.h>