aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-03-24 06:29:57 +0000
committerUlrich Drepper <drepper@redhat.com>2004-03-24 06:29:57 +0000
commit04520d8eebe787181b5d74e5f5ddb0c068ee4117 (patch)
treee62599e528c87b3a8c213cfba3563340edabb4b2 /sysdeps
parent240d71125afb33eb78f38686e450a4f600fa73c9 (diff)
downloadglibc-04520d8eebe787181b5d74e5f5ddb0c068ee4117.tar
glibc-04520d8eebe787181b5d74e5f5ddb0c068ee4117.tar.gz
glibc-04520d8eebe787181b5d74e5f5ddb0c068ee4117.tar.bz2
glibc-04520d8eebe787181b5d74e5f5ddb0c068ee4117.zip
(pthread_mutex_t): Add __spins field.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h b/sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
index 2d8a00b93f..0fed5cc918 100644
--- a/sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
+++ b/sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
@@ -1,5 +1,5 @@
/* Machine-specific pthread type layouts. Alpha version.
- Copyright (C) 2003 Free Software Foundation, Inc.
+ Copyright (C) 2003, 2004 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -56,6 +56,7 @@ typedef union
/* KIND must stay at this position in the structure to maintain
binary compatibility. */
int __kind;
+ int __spins;
} __data;
char __size[__SIZEOF_PTHREAD_MUTEX_T];
long int __align;