From 22a11aa1c3fba1918ed5f288176ad58385e5838c Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Fri, 31 Jan 2025 09:34:36 -0300 Subject: [PATCH] sh: Fix tst-guard1 build The tests uses ARCH_MIN_GUARD_SIZE and the sysdep.h include is not required. --- sysdeps/sh/nptl/pthreaddef.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/sysdeps/sh/nptl/pthreaddef.h b/sysdeps/sh/nptl/pthreaddef.h index 0292324ba9..a51ef9109d 100644 --- a/sysdeps/sh/nptl/pthreaddef.h +++ b/sysdeps/sh/nptl/pthreaddef.h @@ -15,8 +15,6 @@ License along with the GNU C Library; if not, see . */ -#include - /* Default stack size. */ #define ARCH_STACK_DEFAULT_SIZE (2 * 1024 * 1024)