From d5495a116c6271c0ae8f6955b64b7b010b1b341a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 24 Jun 2011 14:59:17 -0400 Subject: Work around limit in writev in 2.6.38+ kernels --- sysdeps/unix/sysv/linux/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/unix/sysv') diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index 05834e3261..ebb3f5d852 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -22,6 +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 sysdep_headers += sys/mount.h sys/acct.h sys/sysctl.h \ sys/klog.h sys/kdaemon.h \ -- cgit v1.2.3