mirror of
https://github.com/fluencelabs/musl
synced 2025-05-31 00:21:34 +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()
|