diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-01-18 01:20:40 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-01-18 01:20:40 +0000 |
commit | 0af42c25c3b42cd0f912ff80ae5810a6915ba5c1 (patch) | |
tree | 75261b19bc006f45836b05d929fee7a80d424e35 /include | |
parent | 125a8cf7ff1dadf295bd992d10a5115160be2409 (diff) | |
download | glibc-0af42c25c3b42cd0f912ff80ae5810a6915ba5c1.zip glibc-0af42c25c3b42cd0f912ff80ae5810a6915ba5c1.tar.gz glibc-0af42c25c3b42cd0f912ff80ae5810a6915ba5c1.tar.bz2 |
* include/link.h: Remove stray definition of pltenter.
Diffstat (limited to 'include')
-rw-r--r-- | include/link.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/link.h b/include/link.h index 49e0e1b..0681537 100644 --- a/include/link.h +++ b/include/link.h @@ -1,6 +1,6 @@ /* Data structure for communication from the run-time dynamic linker for loaded ELF shared objects. - Copyright (C) 1995-2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 1995-2002, 2003, 2004, 2005 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 @@ -357,7 +357,6 @@ enum #if __ELF_NATIVE_CLASS == 32 # define symbind symbind32 -# define pltenter plt #elif __ELF_NATIVE_CLASS == 64 # define symbind symbind64 #else |