about summary refs log tree commit diff
path: root/elf/dl-lookup.c
diff options
context:
space:
mode:
authorJoe Simmons-Talbott <josimmon@redhat.com>2023-09-21 14:08:20 +0000
committerJoe Simmons-Talbott <josimmon@redhat.com>2023-09-21 14:08:20 +0000
commit5d00c201b9a2da768a79ea8d5311f257871c0b43 (patch)
tree14fa209e10795914be414c4be9123fd2b43115c3 /elf/dl-lookup.c
parentd2d797a49bddecb8789f898c09783e1ce47585ca (diff)
downloadglibc-5d00c201b9a2da768a79ea8d5311f257871c0b43.tar.gz
glibc-5d00c201b9a2da768a79ea8d5311f257871c0b43.tar.xz
glibc-5d00c201b9a2da768a79ea8d5311f257871c0b43.zip
elf: dl-lookup: Remove unused alloca.h include
Diffstat (limited to 'elf/dl-lookup.c')
-rw-r--r--elf/dl-lookup.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/elf/dl-lookup.c b/elf/dl-lookup.c
index a8f48fed12..69c91bea05 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>