mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
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:
@ -15,8 +15,6 @@
|
|||||||
License along with the GNU C Library; if not, see
|
License along with the GNU C Library; if not, see
|
||||||
<https://www.gnu.org/licenses/>. */
|
<https://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
#include <sysdep.h>
|
|
||||||
|
|
||||||
/* Default stack size. */
|
/* Default stack size. */
|
||||||
#define ARCH_STACK_DEFAULT_SIZE (2 * 1024 * 1024)
|
#define ARCH_STACK_DEFAULT_SIZE (2 * 1024 * 1024)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user