about summary refs log tree commit diff
path: root/sysdeps/wordsize-64/Makefile
diff options
context:
space:
mode:
authorRyan S. Arnold <rsa@us.ibm.com>2011-02-17 01:21:08 -0500
committerUlrich Drepper <drepper@gmail.com>2011-02-17 01:21:08 -0500
commitd55fd7a5573ea7c7c14af95bc37618469cde8a5f (patch)
tree8bd8f3369e94c1c7ee75e7d8ee8458a94379a900 /sysdeps/wordsize-64/Makefile
parentd4720230b54723c2b179030083318cffd6dbbc63 (diff)
downloadglibc-d55fd7a5573ea7c7c14af95bc37618469cde8a5f.tar.gz
glibc-d55fd7a5573ea7c7c14af95bc37618469cde8a5f.tar.xz
glibc-d55fd7a5573ea7c7c14af95bc37618469cde8a5f.zip
Fix INTERNAL_[V]SYSCALL_NCS macros to not cast return val to int.
Diffstat (limited to 'sysdeps/wordsize-64/Makefile')
-rw-r--r--sysdeps/wordsize-64/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/wordsize-64/Makefile b/sysdeps/wordsize-64/Makefile
new file mode 100644
index 0000000000..9903f51f9a
--- /dev/null
+++ b/sysdeps/wordsize-64/Makefile
@@ -0,0 +1,6 @@
+ifeq ($(subdir),misc)
+tests += tst-writev
+
+# Time enough for a large writev syscall to complete.
+tst-writev-ENV = TIMEOUTFACTOR="10"
+endif