summaryrefslogtreecommitdiff
path: root/src/stat/fstatat.c
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2019-07-17 19:07:57 -0400
committerRich Felker <dalias@aerifal.cx>2019-07-17 19:07:57 -0400
commitf0eb2e77b2132a88e2f00d8e06ffa7638c40b4bc (patch)
tree55b508243cc3315e6ba981d999d5dc35a0d8d85c /src/stat/fstatat.c
parent2dcbeabd917e404a0dde0195388da401b849b9a4 (diff)
downloadmusl-f0eb2e77b2132a88e2f00d8e06ffa7638c40b4bc.tar.gz
use register constraint instead of memory operand for riscv64 atomics
the "A" constraint is simply for an address expression that's a single register, but it's not yet supported by clang, and has no advantage here over just using a register operand for the address. the latter is actually preferable in the a_cas_p case because it avoids aliasing an lvalue onto the memory.
Diffstat (limited to 'src/stat/fstatat.c')
0 files changed, 0 insertions, 0 deletions