diff options
Diffstat (limited to 'elf/elf_hash.c')
-rw-r--r-- | elf/elf_hash.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/elf/elf_hash.c b/elf/elf_hash.c new file mode 100644 index 0000000..ee8358d --- /dev/null +++ b/elf/elf_hash.c @@ -0,0 +1,4 @@ +/* Define the global function for the inline `elf_hash' in libelf.h. */ + +#define _EXTERN_INLINE /* Define the function globally. */ +#include "libelf.h" |