diff options
author | Roland McGrath <roland@gnu.org> | 1995-02-27 14:01:48 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-02-27 14:01:48 +0000 |
commit | e32a795748e59aaedd7d034dcdbf6fffb2f17f80 (patch) | |
tree | 9a1555e67a2589d5a04244dc26f9e2d28b38f9ec /elf/elf_hash.c | |
parent | 24b76949a6054dad2eea15010edd882cf56088a8 (diff) | |
download | glibc-e32a795748e59aaedd7d034dcdbf6fffb2f17f80.tar glibc-e32a795748e59aaedd7d034dcdbf6fffb2f17f80.tar.gz glibc-e32a795748e59aaedd7d034dcdbf6fffb2f17f80.tar.bz2 glibc-e32a795748e59aaedd7d034dcdbf6fffb2f17f80.zip |
Mon Feb 27 07:00:57 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* elf/libelf.h: New file.
* elf/elf_hash.c: New file.
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 0000000000..ee8358d753 --- /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" |