public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] support: Include <limits.h> for NAME_MAX use in temp_file.c
@ 2024-06-17 13:14 Florian Weimer
  0 siblings, 0 replies; only message in thread
From: Florian Weimer @ 2024-06-17 13:14 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=ca38eff28015f376c020b4dfad5351e45be8d090

commit ca38eff28015f376c020b4dfad5351e45be8d090
Author: Florian Weimer <fweimer@redhat.com>
Date:   Mon Jun 17 15:14:05 2024 +0200

    support: Include <limits.h> for NAME_MAX use in temp_file.c

Diff:
---
 support/temp_file.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/support/temp_file.c b/support/temp_file.c
index 97a7dc2473..28a0043683 100644
--- a/support/temp_file.c
+++ b/support/temp_file.c
@@ -27,6 +27,7 @@
 #include <support/support.h>
 
 #include <errno.h>
+#include <limits.h>
 #include <paths.h>
 #include <stdio.h>
 #include <stdlib.h>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-06-17 13:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-17 13:14 [glibc] support: Include <limits.h> for NAME_MAX use in temp_file.c Florian Weimer

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).