IO-Handle-Fix-a-spurious-error-reported-for-regular-.patch accepted

This commit is contained in:
Petr Písař 2020-08-11 08:22:59 +02:00
parent 1fd81e2c47
commit b0c70cd608
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
From 5efd3a36c094745739b964706aece5de29e0653e Mon Sep 17 00:00:00 2001
From 8a2562bec7cd9f8eff6812f340f99dddd028bb33 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
Date: Thu, 6 Aug 2020 10:51:56 +0200
Subject: [PATCH] IO::Handle: Fix a spurious error reported for regular file

View File

@ -210,7 +210,7 @@ Patch27: perl-5.33.0-perl-17844-don-t-update-SvCUR-until-after-we-ve-done
Patch28: perl-5.33.0-XSUB.h-fix-MARK-and-items-variables-inside-BOOT-XSUB.patch
# Fix an IO::Handle spurious error reported for regular file handles,
# GH#18019, proposed to upstream
# GH#18019, in upstream after 5.33.0
Patch29: perl-5.33.0-IO-Handle-Fix-a-spurious-error-reported-for-regular-.patch
# Link XS modules to libperl.so with EU::CBuilder on Linux, bug #960048