From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 991561382C5 for ; Fri, 26 Mar 2021 18:32:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB0D2E082B; Fri, 26 Mar 2021 18:32:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B0CFDE082B for ; Fri, 26 Mar 2021 18:32:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ECB3B340D41 for ; Fri, 26 Mar 2021 18:32:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D31A633 for ; Fri, 26 Mar 2021 18:32:18 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1616783530.fce4ff18df23777f7cd27d70e3388eb872f2e231.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/ceph/files/ceph-15.2.5-glibc-2.32.patch X-VCS-Directories: sys-cluster/ceph/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: fce4ff18df23777f7cd27d70e3388eb872f2e231 X-VCS-Branch: master Date: Fri, 26 Mar 2021 18:32:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5d59efc0-95a0-4c8b-8fa3-3a80bc7ff513 X-Archives-Hash: e9d659b6aa5f02cc7371e5214f71bbe9 commit: fce4ff18df23777f7cd27d70e3388eb872f2e231 Author: Conrad Kostecki gentoo org> AuthorDate: Fri Mar 26 18:28:19 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Fri Mar 26 18:32:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fce4ff18 sys-cluster/ceph: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/20132 Signed-off-by: Conrad Kostecki gentoo.org> sys-cluster/ceph/files/ceph-15.2.5-glibc-2.32.patch | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/sys-cluster/ceph/files/ceph-15.2.5-glibc-2.32.patch b/sys-cluster/ceph/files/ceph-15.2.5-glibc-2.32.patch deleted file mode 100644 index f8f7fad8b65..00000000000 --- a/sys-cluster/ceph/files/ceph-15.2.5-glibc-2.32.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -NaurBwdp a/src/global/signal_handler.h src/global/b/signal_handler.h ---- a/src/global/signal_handler.h 2020-10-01 03:15:48.208164979 +0700 -+++ b/src/global/signal_handler.h 2020-10-01 03:15:40.655244081 +0700 -@@ -20,11 +20,7 @@ - - typedef void (*signal_handler_t)(int); - --#ifndef HAVE_REENTRANT_STRSIGNAL --# define sig_str(signum) sys_siglist[signum] --#else - # define sig_str(signum) strsignal(signum) --#endif - - void install_sighandler(int signum, signal_handler_t handler, int flags); -