Add atomic.h wrapper for before/after atomic
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sun, 12 Oct 2014 14:56:25 +0000 (16:56 +0200)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 20 Oct 2014 18:51:04 +0000 (14:51 -0400)
commit8025c7c7328e567436705d971d1f742170aedcd8
tree02ccb0a14e201f071760f6a3bd56626612dd429d
parent36b447fdc90ab034190a42357fcaa9851340e25d
Add atomic.h wrapper for before/after atomic

Linux 3.16 changes the name of before/after atomic functions, and
generates a warning at build time about deprecation of old ones. Create
a wrapper header to handle this.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
lib/ringbuffer/ring_buffer_frontend.c
wrapper/atomic.h [new file with mode: 0644]
This page took 0.026691 seconds and 4 git commands to generate.