From 3294da86d7cb036e4bf83c88c9fd555f7b74f6f0 Mon Sep 17 00:00:00 2001 From: Leo Yuriev Date: Thu, 28 Apr 2016 08:20:04 +0300 Subject: [PATCH] mdbx: fix typo for clang. Change-Id: I6973be51cbe04dba0dd993eec9dcfd641919eb83 --- reopen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reopen.h b/reopen.h index 2cd902e8..733886f9 100644 --- a/reopen.h +++ b/reopen.h @@ -72,7 +72,7 @@ # define __hot __attribute__((hot, optimize("O3"))) # elif defined(__GNUC__) /* cland case, just put frequently used functions in separate section */ -# define __cold __attribute__((section("text.hot"))) +# define __hot __attribute__((section("text.hot"))) # else # define __hot # endif