diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-07-12 19:53:08 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-07-12 19:53:08 +0000 |
commit | 7f7f1bc0e20aa95f780b55272c19d514ee3dd1c7 (patch) | |
tree | 791be8296209e4adea43c5d18b4c3fed66dbae8d /libdwfl/lines.c | |
parent | d89d2dbf9c5d2d06ace9bd7b00c7fa843614752c (diff) | |
download | android_external_elfutils-7f7f1bc0e20aa95f780b55272c19d514ee3dd1c7.tar.gz android_external_elfutils-7f7f1bc0e20aa95f780b55272c19d514ee3dd1c7.tar.bz2 android_external_elfutils-7f7f1bc0e20aa95f780b55272c19d514ee3dd1c7.zip |
Adjust for internal_function_def removal.
Diffstat (limited to 'libdwfl/lines.c')
-rw-r--r-- | libdwfl/lines.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libdwfl/lines.c b/libdwfl/lines.c index 49005a0d..ed4267fc 100644 --- a/libdwfl/lines.c +++ b/libdwfl/lines.c @@ -1,5 +1,5 @@ /* Fetch source line info for CU. - Copyright (C) 2005 Red Hat, Inc. + Copyright (C) 2005, 2006 Red Hat, Inc. This file is part of Red Hat elfutils. Red Hat elfutils is free software; you can redistribute it and/or modify @@ -51,7 +51,7 @@ #include "../libdw/libdwP.h" Dwfl_Error -internal_function_def +internal_function __libdwfl_cu_getsrclines (struct dwfl_cu *cu) { if (cu->lines == NULL) |