diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-09-18 15:45:57 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-09-18 15:45:57 +0000 |
commit | 63bbedd4c213736a88dd863bcbfe91cfe453ce03 (patch) | |
tree | c5f3f6d9a645ecdaf5cf4f4fac539dd37772a2a8 /sysdeps/wordsize-64/Makefile | |
parent | 626f8b6abbdb817db94adc96bc3437ec4fbe76a0 (diff) | |
download | glibc-63bbedd4c213736a88dd863bcbfe91cfe453ce03.tar.gz glibc-63bbedd4c213736a88dd863bcbfe91cfe453ce03.tar.xz glibc-63bbedd4c213736a88dd863bcbfe91cfe453ce03.zip |
Don't set TIMEOUTFACTOR in sysdeps/wordsize-64/Makefile.
Diffstat (limited to 'sysdeps/wordsize-64/Makefile')
-rw-r--r-- | sysdeps/wordsize-64/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/wordsize-64/Makefile b/sysdeps/wordsize-64/Makefile index 9903f51f9a..2fa934751f 100644 --- a/sysdeps/wordsize-64/Makefile +++ b/sysdeps/wordsize-64/Makefile @@ -1,6 +1,3 @@ ifeq ($(subdir),misc) tests += tst-writev - -# Time enough for a large writev syscall to complete. -tst-writev-ENV = TIMEOUTFACTOR="10" endif |