diff options
author | Joe Simmons-Talbott <josimmon@redhat.com> | 2023-09-21 14:08:20 +0000 |
---|---|---|
committer | Joe Simmons-Talbott <josimmon@redhat.com> | 2023-09-21 14:08:20 +0000 |
commit | 5d00c201b9a2da768a79ea8d5311f257871c0b43 (patch) | |
tree | 14fa209e10795914be414c4be9123fd2b43115c3 /elf | |
parent | d2d797a49bddecb8789f898c09783e1ce47585ca (diff) | |
download | glibc-5d00c201b9a2da768a79ea8d5311f257871c0b43.zip glibc-5d00c201b9a2da768a79ea8d5311f257871c0b43.tar.gz glibc-5d00c201b9a2da768a79ea8d5311f257871c0b43.tar.bz2 |
elf: dl-lookup: Remove unused alloca.h include
Diffstat (limited to 'elf')
-rw-r--r-- | elf/dl-lookup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/elf/dl-lookup.c b/elf/dl-lookup.c index a8f48fe..69c91be 100644 --- a/elf/dl-lookup.c +++ b/elf/dl-lookup.c @@ -16,7 +16,6 @@ License along with the GNU C Library; if not, see <https://www.gnu.org/licenses/>. */ -#include <alloca.h> #include <libintl.h> #include <stdlib.h> #include <string.h> |