diff options
author | Ryan S. Arnold <rsa@us.ibm.com> | 2011-02-17 01:21:08 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-02-17 01:21:08 -0500 |
commit | d55fd7a5573ea7c7c14af95bc37618469cde8a5f (patch) | |
tree | 8bd8f3369e94c1c7ee75e7d8ee8458a94379a900 /sysdeps/wordsize-64/Makefile | |
parent | Update bug list. (diff) | |
download | glibc-d55fd7a5573ea7c7c14af95bc37618469cde8a5f.tar.gz glibc-d55fd7a5573ea7c7c14af95bc37618469cde8a5f.tar.bz2 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/Makefile | 6 |
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 |