summaryrefslogtreecommitdiff
path: root/nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-05-10 20:38:31 +0000
committerUlrich Drepper <drepper@redhat.com>2003-05-10 20:38:31 +0000
commita3f979a79ea1960ddb67fd8be9fd1fc392c8a883 (patch)
tree444f33145d5ada6eef1b827512e5b14f70589f09 /nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S
parent0e563cd683754fb65d07d54096d3cec0db7bfcd4 (diff)
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/sem_trywait.S')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S4
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