Sha256: bfcedb29c2bfb4934238a4435e4b4c7f87b12b66666b7b817bdebd60a7f30c60

Contents?: true

Size: 635 Bytes

Versions: 13

Compression:

Stored size: 635 Bytes

Contents

diff --git a/configure b/configure
index ebe3d8c..a336b73 100755
--- a/configure
+++ b/configure
@@ -18943,7 +18943,6 @@ do :
   ac_fn_c_check_func "$LINENO" "sendfile" "ac_cv_func_sendfile"
 if test "x$ac_cv_func_sendfile" = xyes; then :
   cat >>confdefs.h <<_ACEOF
-#define HAVE_SENDFILE 1
 _ACEOF

 fi
diff --git a/io.c b/io.c
index 82c5940538..a8d3661ec8 100644
--- a/io.c
+++ b/io.c
@@ -10721,7 +10721,6 @@ nogvl_copy_stream_wait_write(struct copy_stream_struct *stp)
 }

 #if defined HAVE_COPY_FILE_RANGE || (defined __linux__ && defined __NR_copy_file_range)
-#  define USE_COPY_FILE_RANGE
 #endif

 #ifdef USE_COPY_FILE_RANGE

Version data entries

13 entries across 11 versions & 1 rubygems

Version Path
rake-compiler-dock-1.4.0 build/patches/ruby-2.5.9/no_sendfile.patch
rake-compiler-dock-1.4.0.rc2 build/patches/ruby-2.5.9/no_sendfile.patch
rake-compiler-dock-1.4.0.rc1 build/patches/ruby-2.5.9/no_sendfile.patch
rake-compiler-dock-1.3.1 build/patches/ruby-2.5.9/no_sendfile.patch
rake-compiler-dock-1.3.0 build/patches/ruby-2.5.9/no_sendfile.patch
rake-compiler-dock-1.2.2 build/patches/ruby-2.5.9/no_sendfile.patch
rake-compiler-dock-1.2.1 build/patches/ruby-2.5.9/no_sendfile.patch
rake-compiler-dock-1.2.0 build/patches/ruby-2.5.9/no_sendfile.patch
rake-compiler-dock-1.1.0 build/patches/ruby-2.5.8/no_sendfile.patch
rake-compiler-dock-1.0.1 build/patches/ruby-2.7.0/no_sendfile.patch
rake-compiler-dock-1.0.1 build/patches/ruby-2.5.7/no_sendfile.patch
rake-compiler-dock-1.0.0 build/patches/ruby-2.5.7/no_sendfile.patch
rake-compiler-dock-1.0.0 build/patches/ruby-2.7.0/no_sendfile.patch