]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: threads/plock: rename local variables in macros to avoid conflicts
authorWilly Tarreau <w@1wt.eu>
Tue, 18 Jul 2017 12:21:40 +0000 (14:21 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 20 Nov 2017 19:45:43 +0000 (20:45 +0100)
commitf7ba77eb807a5511dbb115634b2e2781dfe83384
treeb86182c3d9cb8c34e64eefc9f2f338a5bafdae8d
parent98409e34cab8df0285a7135348867ec7bc064c00
MINOR: threads/plock: rename local variables in macros to avoid conflicts

[ plock commit b155d5c762fb9a9793911881f80e61faa6b0e889 ]

Local variables "l", "i" and "ret" were renamed "__pl_l", "__pl_i" and
"__pl_r" respectively, to limit the risk of conflicts with existing
variables in application code.
include/import/plock.h