diff options
Diffstat (limited to 'elf/dl-symbol.c')
-rw-r--r-- | elf/dl-symbol.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/elf/dl-symbol.c b/elf/dl-symbol.c index 945f5446ae..136b10a2b5 100644 --- a/elf/dl-symbol.c +++ b/elf/dl-symbol.c @@ -1,5 +1,5 @@ /* Look up a symbol's run-time value in the scope of a loaded object. - Copyright (C) 1995, 1996, 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 1995,96,98,99,2000 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -18,7 +18,7 @@ Boston, MA 02111-1307, USA. */ #include <stddef.h> -#include <elf/ldsodefs.h> +#include <ldsodefs.h> /* Look up symbol NAME in MAP's scope and return its run-time address. */ |