diff options
Diffstat (limited to 'libelf/gelf_newehdr.c')
| -rw-r--r-- | libelf/gelf_newehdr.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libelf/gelf_newehdr.c b/libelf/gelf_newehdr.c index e9f7a58f..cfa80e1b 100644 --- a/libelf/gelf_newehdr.c +++ b/libelf/gelf_newehdr.c @@ -1,5 +1,5 @@ /* Create new ELF header. - Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. + Copyright (C) 1998, 1999, 2000, 2001, 2002, 2015 Red Hat, Inc. This file is part of elfutils. Written by Ulrich Drepper <[email protected]>, 1998. @@ -38,9 +38,7 @@ unsigned long int -gelf_newehdr (elf, class) - Elf *elf; - int class; +gelf_newehdr (Elf *elf, int class) { return (class == ELFCLASS32 ? (unsigned long int) INTUSE(elf32_newehdr) (elf) |
