mirror of git://sourceware.org/git/glibc.git
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:
parent
47c4f4045c
commit
22a11aa1c3
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue