mirror of
https://github.com/fluencelabs/musl
synced 2025-04-25 07:12:15 +00:00
10 lines
172 B
C
10 lines
172 B
C
|
#ifndef __NR_restart_syscall
|
||
|
#include <bits/syscall.h>
|
||
|
#endif
|
||
|
|
||
|
#define a_barrier() syscall(__NR_membarrier)
|
||
|
|
||
|
#define a_cas(p, t, s) (abort(), s)
|
||
|
|
||
|
#define a_crash() abort()
|