diff options
author | 2021-03-26 19:28:19 +0100 | |
---|---|---|
committer | 2021-03-26 19:32:10 +0100 | |
commit | fce4ff18df23777f7cd27d70e3388eb872f2e231 (patch) | |
tree | 826f3bf4d748a916a902a91c4b0edcb371df3b08 /sys-cluster/ceph | |
parent | net-wireless/wavemon: remove unused patches (diff) | |
download | gentoo-fce4ff18df23777f7cd27d70e3388eb872f2e231.tar.gz gentoo-fce4ff18df23777f7cd27d70e3388eb872f2e231.tar.bz2 gentoo-fce4ff18df23777f7cd27d70e3388eb872f2e231.zip |
sys-cluster/ceph: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/20132
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sys-cluster/ceph')
-rw-r--r-- | sys-cluster/ceph/files/ceph-15.2.5-glibc-2.32.patch | 15 |
1 files changed, 0 insertions, 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 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);
-
|