OSDN Git Service

Add a compat stdatomic.h implementation based on pthreads
authorAnton Khirnov <anton@khirnov.net>
Sun, 17 Jul 2016 16:56:33 +0000 (18:56 +0200)
committerAnton Khirnov <anton@khirnov.net>
Sun, 2 Oct 2016 16:56:52 +0000 (18:56 +0200)
commitf9a6a80e065cdb95b233978f1d96ec9bc863daa1
treecbee85bc0606c989d1c8895bb020964c984452b9
parentbb81ed476569b912a37ed553e756e123b6b13b14
Add a compat stdatomic.h implementation based on pthreads

Adapted from the code by RĂ©mi Denis-Courmont from VLC
compat/atomics/pthread/stdatomic.c [new file with mode: 0644]
compat/atomics/pthread/stdatomic.h [new file with mode: 0644]
configure