about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/alpha/sem_post.c
blob: 9d4495312e1a4b3109b13a40d7d1f2a39541e5f8 (plain) (blame)
1
2
3
4
5
/* ??? This is an ass-backwards way to do this.  We should simply define
   the acquire/release semantics of atomic_exchange_and_add.  And even if
   we don't do this, we should be using atomic_full_barrier or otherwise.  */
#define __lll_rel_instr  "mb"
#include <nptl/sem_post.c>