diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-07-10 11:21:54 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-07-10 11:21:54 -0700 |
commit | c0c6bac9454ad065bbbe7b73c03181b92db40b3b (patch) | |
tree | 0b61b10ef4b2ddf3d8ed91ef33f849fd4d75ec9e /sysdeps/unix/sysv/linux/microblaze | |
parent | 887865fcfab05939dabec78f5ad358d0283602d3 (diff) | |
download | glibc-c0c6bac9454ad065bbbe7b73c03181b92db40b3b.tar.gz glibc-c0c6bac9454ad065bbbe7b73c03181b92db40b3b.tar.xz glibc-c0c6bac9454ad065bbbe7b73c03181b92db40b3b.zip |
Get rid of lll_robust_dead.
Diffstat (limited to 'sysdeps/unix/sysv/linux/microblaze')
-rw-r--r-- | sysdeps/unix/sysv/linux/microblaze/lowlevellock.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sysdeps/unix/sysv/linux/microblaze/lowlevellock.h b/sysdeps/unix/sysv/linux/microblaze/lowlevellock.h index 0de3e892c3..0ba63a1e87 100644 --- a/sysdeps/unix/sysv/linux/microblaze/lowlevellock.h +++ b/sysdeps/unix/sysv/linux/microblaze/lowlevellock.h @@ -112,15 +112,6 @@ __ret; \ }) -#define lll_robust_dead(futexv, private) \ - do \ - { \ - int *__futexp = &(futexv); \ - atomic_or (__futexp, FUTEX_OWNER_DIED); \ - lll_futex_wake (__futexp, 1, private); \ - } \ - while (0) - /* Returns non-zero if error happened, zero if success. */ #define lll_futex_requeue(futexp, nr_wake, nr_move, mutex, val, private) \ ({ \ |