sh: Fix tst-guard1 build

The tests uses ARCH_MIN_GUARD_SIZE and the sysdep.h include is not
required.
This commit is contained in:
Adhemerval Zanella 2025-01-31 09:34:36 -03:00
parent 47c4f4045c
commit 22a11aa1c3
1 changed files with 0 additions and 2 deletions

View File

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