From 8d5dbd847cbc704a6a06405856e94b461011afe3 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 27 Mar 2021 06:06:27 +0000 Subject: gentoo resync : 27.03.2021 --- sys-cluster/ceph/files/ceph-15.2.5-glibc-2.32.patch | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 sys-cluster/ceph/files/ceph-15.2.5-glibc-2.32.patch (limited to 'sys-cluster/ceph/files') 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 f8f7fad8b658..000000000000 --- 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); - -- cgit v1.2.3