about summary refs log tree commit diff
path: root/nptl/sysdeps/unix/sysv/linux/i386
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-09-11 18:56:41 +0000
committerUlrich Drepper <drepper@redhat.com>2003-09-11 18:56:41 +0000
commit854f9ec4a67d903e31007a3d4bad0bdada53758a (patch)
tree27e2830d1552a59215c8945cfbe16382ca035aab /nptl/sysdeps/unix/sysv/linux/i386
parentd087b5dc6bb52cf879e0aee33395e9cc4e3ee847 (diff)
downloadglibc-854f9ec4a67d903e31007a3d4bad0bdada53758a.tar.gz
glibc-854f9ec4a67d903e31007a3d4bad0bdada53758a.tar.xz
glibc-854f9ec4a67d903e31007a3d4bad0bdada53758a.zip
Update.
2003-09-11  Steven Munroe  <sjmunroe@us.ibm.com>

	* sysdeps/powerpc/powerpc64/pt-machine.h [MEMORY_BARRIER]: Use lwsync.
	[READ_MEMORY_BARRIER]: Define.
	[WRITE_MEMORY_BARRIER]: Define.
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/i386')
-rw-r--r--nptl/sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h b/nptl/sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h
index e31c27da22..fc0a54c036 100644
--- a/nptl/sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h
+++ b/nptl/sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h
@@ -80,7 +80,6 @@ typedef union
     unsigned long long int __wakeup_seq;
     unsigned long long int __woken_seq;
     void *__mutex;
-    int __locker;
   } __data;
   char __size[__SIZEOF_PTHREAD_COND_T];
   long long int __align;