diff options
| author | Kai Wang <kaiw@FreeBSD.org> | 2010-07-21 09:51:24 +0000 |
|---|---|---|
| committer | Kai Wang <kaiw@FreeBSD.org> | 2010-07-21 09:51:24 +0000 |
| commit | 894afa87d62a8cf057b6e87336b1385c326a8221 (patch) | |
| tree | 4704e0406a62d5e5c3154169f1533851dcf17a8a | |
| parent | 7384c87800c52a2a403e1dec71a95fdc96b51f2f (diff) | |
Notes
| -rw-r--r-- | lib/libelf/libelf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libelf/libelf.h b/lib/libelf/libelf.h index ceb0350362e94..7a707c30e5472 100644 --- a/lib/libelf/libelf.h +++ b/lib/libelf/libelf.h @@ -75,6 +75,7 @@ typedef enum { ELF_T_VNEED, ELF_T_WORD, ELF_T_XWORD, + ELF_T_GNUHASH, /* GNU style hash tables. */ ELF_T_NUM } Elf_Type; |
