aboutsummaryrefslogtreecommitdiff
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
parent0e563cd683754fb65d07d54096d3cec0db7bfcd4 (diff)
downloadglibc-a3f979a79ea1960ddb67fd8be9fd1fc392c8a883.zip
glibc-a3f979a79ea1960ddb67fd8be9fd1fc392c8a883.tar.gz
glibc-a3f979a79ea1960ddb67fd8be9fd1fc392c8a883.tar.bz2
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.
-rw-r--r--nptl/ChangeLog6
-rw-r--r--nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S4
-rw-r--r--nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S4
3 files changed, 6 insertions, 8 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index e01a48c..93409bd 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,9 @@
+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.
+
2003-05-09 Ulrich Drepper <drepper@redhat.com>
* tst-sem6.c: New file.
diff --git a/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S b/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S
index 65def29..a7c405d 100644
--- a/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S
+++ b/nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S
@@ -27,10 +27,6 @@
# define
#endif
-#define SYS_futex 240
-#define FUTEX_WAKE 1
-
-
.text
.globl __new_sem_trywait
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 5f0f3d5..31271bb 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