From: Adhemerval Zanella Date: Fri, 31 Jan 2025 12:34:36 +0000 (-0300) Subject: sh: Fix tst-guard1 build X-Git-Tag: glibc-2.42~538 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=22a11aa1c3fba1918ed5f288176ad58385e5838c;p=thirdparty%2Fglibc.git sh: Fix tst-guard1 build The tests uses ARCH_MIN_GUARD_SIZE and the sysdep.h include is not required. --- 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)