]> git.puffer.fish Git - matthieu/frr.git/commit
build: try to find some kind of atomic ops
authorDavid Lamparter <equinox@opensourcerouting.org>
Fri, 29 May 2015 07:56:51 +0000 (09:56 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Fri, 31 Mar 2017 15:59:45 +0000 (17:59 +0200)
commit899a4fd2a14bf51b8a37e6d0fadd5dbf9395b427
tree4749d7a3ac4e9e10fd213e76863fc6c117d228ac
parent8aa42b826c2037ddc68a32712caf2dfbda9981f8
build: try to find some kind of atomic ops

Either one of:
- ISO C11
- gcc __atomic_*
- gcc/clang __sync_*

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
configure.ac
lib/Makefile.am
lib/frratomic.h [new file with mode: 0644]