aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/sh
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2025-01-31 09:34:36 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2025-01-31 09:34:36 -0300
commit22a11aa1c3fba1918ed5f288176ad58385e5838c (patch)
tree28953f6915844e831683bbaf36000bc7bf1d2f39 /sysdeps/sh
parent47c4f4045caaaad1e6165cb638e45d633d6ca97f (diff)
downloadglibc-22a11aa1c3fba1918ed5f288176ad58385e5838c.tar.xz
glibc-22a11aa1c3fba1918ed5f288176ad58385e5838c.zip
sh: Fix tst-guard1 build
The tests uses ARCH_MIN_GUARD_SIZE and the sysdep.h include is not required.
Diffstat (limited to 'sysdeps/sh')
-rw-r--r--sysdeps/sh/nptl/pthreaddef.h2
1 files changed, 0 insertions, 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
<https://www.gnu.org/licenses/>. */
-#include <sysdep.h>
-
/* Default stack size. */
#define ARCH_STACK_DEFAULT_SIZE (2 * 1024 * 1024)