From 2512c847453c24b928c34beed88902fbb6877b7a Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 27 Sep 2001 05:24:26 +0000 Subject: Update to accomodate the header file changes --- libc/sysdeps/linux/i386/bits/elfclass.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libc/sysdeps/linux/i386/bits/elfclass.h') diff --git a/libc/sysdeps/linux/i386/bits/elfclass.h b/libc/sysdeps/linux/i386/bits/elfclass.h index bb4dd545c..180227d9e 100644 --- a/libc/sysdeps/linux/i386/bits/elfclass.h +++ b/libc/sysdeps/linux/i386/bits/elfclass.h @@ -9,3 +9,6 @@ #include #define __ELF_NATIVE_CLASS __WORDSIZE + +/* The entries in the .hash table always have a size of 32 bits. */ +typedef uint32_t Elf_Symndx; -- cgit v1.2.3