diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-05-10 20:38:31 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-05-10 20:38:31 +0000 |
commit | a3f979a79ea1960ddb67fd8be9fd1fc392c8a883 (patch) | |
tree | 444f33145d5ada6eef1b827512e5b14f70589f09 /nptl/sysdeps/unix/sysv/linux/x86_64 | |
parent | 0e563cd683754fb65d07d54096d3cec0db7bfcd4 (diff) | |
download | glibc-a3f979a79ea1960ddb67fd8be9fd1fc392c8a883.tar glibc-a3f979a79ea1960ddb67fd8be9fd1fc392c8a883.tar.gz glibc-a3f979a79ea1960ddb67fd8be9fd1fc392c8a883.tar.bz2 glibc-a3f979a79ea1960ddb67fd8be9fd1fc392c8a883.zip |
Update.
2003-05-10 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove futex
related macros.
* sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Likewise.
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/x86_64')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S b/nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S index 5f0f3d5d12..31271bb94c 100644 --- a/nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S +++ b/nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S @@ -27,10 +27,6 @@ # define #endif -#define SYS_futex 202 -#define FUTEX_WAKE 1 - - .text .globl sem_trywait |