diff options
author | David S. Miller <davem@davemloft.net> | 2011-08-17 21:51:21 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-08-17 21:51:21 -0400 |
commit | c27714f111289f078c9787649f768b3e749f71f9 (patch) | |
tree | 8071de3e475266451c723693344b4f46c54f1ac4 /sysdeps | |
parent | 44f0a71e58c854d6554a31cd1c3962926b49ee90 (diff) | |
download | glibc-c27714f111289f078c9787649f768b3e749f71f9.tar.gz glibc-c27714f111289f078c9787649f768b3e749f71f9.tar.xz glibc-c27714f111289f078c9787649f768b3e749f71f9.zip |
Fix tst-writev on non-4K page size
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index 63ef597461..af53f70c51 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -22,7 +22,7 @@ sysdep_routines += sysctl clone llseek umount umount2 readahead \ eventfd eventfd_read eventfd_write prlimit CFLAGS-gethostid.c = -fexceptions -CFLAGS-tst-writev.c += -DARTIFICIAL_LIMIT=0x7ffff000 +CFLAGS-tst-writev.c += "-DARTIFICIAL_LIMIT=0x80000000-__getpagesize()" sysdep_headers += sys/mount.h sys/acct.h sys/sysctl.h \ sys/klog.h sys/kdaemon.h \ |