]> git.kaiwu.me - haproxy.git/commit
BUILD: ssl: fix shctx build on RHEL with futex
authorWilly Tarreau <w@1wt.eu>
Tue, 4 Sep 2012 10:26:26 +0000 (12:26 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 4 Sep 2012 10:26:26 +0000 (12:26 +0200)
commit18b2059a75363712075263742e3bd20215787921
tree40afd5ad577c5740c0095a09c569408e61969607
parent783f25800cc0b10793817afd1d78615125be3a36
BUILD: ssl: fix shctx build on RHEL with futex

On RHEL/CentOS, linux/futex.h uses an u32 type which is never declared
anywhere. Let's set it with a #define in order to fix the issue without
causing conflicts with possible typedefs on other platforms.
src/shctx.c