]> git.proxmox.com Git - mirror_frr.git/commit
libs: fix missing atomics for some gcc versions
authorMark Stapp <mjs@voltanet.io>
Wed, 29 Aug 2018 19:39:19 +0000 (15:39 -0400)
committerMark Stapp <mjs@voltanet.io>
Wed, 29 Aug 2018 19:39:19 +0000 (15:39 -0400)
commit1ed98c2db620b0831d23407ae461156e07c378fc
tree601f9087b921df1865bb08daa58bc53e605c30f6
parent7e678379edb62b1a2e75131ef3a9fae701fbcc37
libs: fix missing atomics for some gcc versions

stdatomic.h does not have aliases for all of the useful gcc
atomic primitives; add them in for that path through
frratomic.h.

Signed-off-by: Mark Stapp <mjs@voltanet.io>
lib/frratomic.h