diff options
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/alpha/sem_post.c')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/alpha/sem_post.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/alpha/sem_post.c b/nptl/sysdeps/unix/sysv/linux/alpha/sem_post.c deleted file mode 100644 index 27fd817e65..0000000000 --- a/nptl/sysdeps/unix/sysv/linux/alpha/sem_post.c +++ /dev/null @@ -1,5 +0,0 @@ -/* ??? 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 "../sem_post.c" |