public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] elf: dl-lookup: Remove unused alloca.h include
@ 2023-09-20 13:53 Joe Simmons-Talbott
  2023-09-20 13:58 ` Andreas Schwab
  0 siblings, 1 reply; 2+ messages in thread
From: Joe Simmons-Talbott @ 2023-09-20 13:53 UTC (permalink / raw)
  To: libc-alpha; +Cc: Joe Simmons-Talbott

---
 elf/dl-lookup.c | 1 -
 1 file changed, 1 deletion(-)

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>
-- 
2.39.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] elf: dl-lookup: Remove unused alloca.h include
  2023-09-20 13:53 [PATCH] elf: dl-lookup: Remove unused alloca.h include Joe Simmons-Talbott
@ 2023-09-20 13:58 ` Andreas Schwab
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Schwab @ 2023-09-20 13:58 UTC (permalink / raw)
  To: Joe Simmons-Talbott; +Cc: libc-alpha

Ok.

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-09-20 13:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-20 13:53 [PATCH] elf: dl-lookup: Remove unused alloca.h include Joe Simmons-Talbott
2023-09-20 13:58 ` Andreas Schwab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).