diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/tst-clone2-internal.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/tst-clone2-internal.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sysdeps/unix/sysv/linux/tst-clone2-internal.c b/sysdeps/unix/sysv/linux/tst-clone2-internal.c index 39f26eb..babfeb5 100644 --- a/sysdeps/unix/sysv/linux/tst-clone2-internal.c +++ b/sysdeps/unix/sysv/linux/tst-clone2-internal.c @@ -70,11 +70,7 @@ do_test (void) if (pipe2 (pipefd, O_CLOEXEC)) FAIL_EXIT1 ("pipe failed: %m"); -#ifdef __ia64__ -# define STACK_SIZE 256 * 1024 -#else -# define STACK_SIZE 128 * 1024 -#endif +#define STACK_SIZE 128 * 1024 char st[STACK_SIZE] __attribute__ ((aligned)); struct clone_args clone_args = { |