mirror of
https://github.com/fluencelabs/redis
synced 2025-06-20 04:26:31 +00:00
This reverts commit 153f2f00ea
.
Jemalloc 4.4.0 is apparently causing deadlocks in certain
systems. See for example https://github.com/antirez/redis/issues/3799.
As a cautionary step we are reverting the commit back and
releasing a new stable Redis version.
5 lines
203 B
XML
5 lines
203 B
XML
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
|
<xsl:import href="@XSLROOT@/html/docbook.xsl"/>
|
|
<xsl:import href="@abs_srcroot@doc/stylesheet.xsl"/>
|
|
</xsl:stylesheet>
|