X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=libelf%2Felf_hash.c;h=345697e11d35b77328ca72505f59c9554ccc1bda;hb=82c3b58b54026d061a4d81ad95f3023d5d883ab2;hp=306ebc2c5f7a2ad40b33093b2b8d255d4f0cbfe0;hpb=a286dd013ef8d46edf013efc0908822a59d8ac81;p=platform%2Fupstream%2Felfutils.git diff --git a/libelf/elf_hash.c b/libelf/elf_hash.c index 306ebc2..345697e 100644 --- a/libelf/elf_hash.c +++ b/libelf/elf_hash.c @@ -1,5 +1,5 @@ /* Hash function used in ELF implementations. - Copyright (C) 1998, 1999, 2000, 2002 Red Hat, Inc. + Copyright (C) 1998, 1999, 2000, 2002, 2015 Red Hat, Inc. This file is part of elfutils. Contributed by Ulrich Drepper , 1998. @@ -37,8 +37,7 @@ #include unsigned long int -elf_hash (string) - const char *string; +elf_hash (const char *string) { return _dl_elf_hash (string); }