summaryrefslogtreecommitdiff
path: root/libdwfl/dwfl_error.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-07-12 19:53:08 +0000
committerUlrich Drepper <drepper@redhat.com>2006-07-12 19:53:08 +0000
commit7f7f1bc0e20aa95f780b55272c19d514ee3dd1c7 (patch)
tree791be8296209e4adea43c5d18b4c3fed66dbae8d /libdwfl/dwfl_error.c
parentd89d2dbf9c5d2d06ace9bd7b00c7fa843614752c (diff)
downloadelfutils-7f7f1bc0e20aa95f780b55272c19d514ee3dd1c7.tar.gz
Adjust for internal_function_def removal.
Diffstat (limited to 'libdwfl/dwfl_error.c')
-rw-r--r--libdwfl/dwfl_error.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libdwfl/dwfl_error.c b/libdwfl/dwfl_error.c
index 891fbf71..414fbaf4 100644
--- a/libdwfl/dwfl_error.c
+++ b/libdwfl/dwfl_error.c
@@ -1,5 +1,5 @@
/* Error handling in libdwfl.
- 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
@@ -162,14 +162,14 @@ canonicalize (Dwfl_Error error)
}
int
-internal_function_def
+internal_function
__libdwfl_canon_error (Dwfl_Error error)
{
return canonicalize (error);
}
void
-internal_function_def
+internal_function
__libdwfl_seterrno (Dwfl_Error error)
{
int value = canonicalize (error);