summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Simmons-Talbott <josimmon@redhat.com>2023-04-24 15:30:58 -0400
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2023-04-26 08:06:44 -0400
commit19fdc3542b465e3d9563bfd72e40c4b103a2cafe (patch)
tree25a5449ea49818bd828ffe48ccda73e6a0a5eac0
parent904b94c07af84b7e4c98de3bbb822ccffcaf8c40 (diff)
downloadglibc-19fdc3542b465e3d9563bfd72e40c4b103a2cafe.tar.gz
gethostid: Do not include alloca.h
Nothing from alloca.h is being used here. Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
-rw-r--r--sysdeps/unix/sysv/linux/gethostid.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/gethostid.c b/sysdeps/unix/sysv/linux/gethostid.c
index e717d6a27e..c8d3361d34 100644
--- a/sysdeps/unix/sysv/linux/gethostid.c
+++ b/sysdeps/unix/sysv/linux/gethostid.c
@@ -15,7 +15,6 @@
License along with the GNU C Library; if not, see
<https://www.gnu.org/licenses/>. */
-#include <alloca.h>
#include <errno.h>
#include <fcntl.h>
#include <unistd.h>