diff options
| author | Ulrich Drepper <[email protected]> | 2006-07-12 19:53:08 +0000 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2006-07-12 19:53:08 +0000 |
| commit | 7f7f1bc0e20aa95f780b55272c19d514ee3dd1c7 (patch) | |
| tree | 791be8296209e4adea43c5d18b4c3fed66dbae8d /libelf/elf_begin.c | |
| parent | d89d2dbf9c5d2d06ace9bd7b00c7fa843614752c (diff) | |
Adjust for internal_function_def removal.
Diffstat (limited to 'libelf/elf_begin.c')
| -rw-r--r-- | libelf/elf_begin.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libelf/elf_begin.c b/libelf/elf_begin.c index c6ef7947..be52f464 100644 --- a/libelf/elf_begin.c +++ b/libelf/elf_begin.c @@ -1,5 +1,5 @@ /* Create descriptor for processing file. - Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Red Hat, Inc. + Copyright (C) 1998-2005, 2006 Red Hat, Inc. This file is part of Red Hat elfutils. Written by Ulrich Drepper <[email protected]>, 1998. @@ -434,7 +434,7 @@ file_read_elf (int fildes, void *map_address, unsigned char *e_ident, Elf * -internal_function_def +internal_function __libelf_read_mmaped_file (int fildes, void *map_address, off_t offset, size_t maxsize, Elf_Cmd cmd, Elf *parent) { @@ -702,7 +702,7 @@ read_long_names (Elf *elf) /* Read the next archive header. */ int -internal_function_def +internal_function __libelf_next_arhdr (elf) Elf *elf; { |
