diff options
| author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-11-16 03:36:39 +0000 | 
|---|---|---|
| committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-11-16 03:36:39 +0000 | 
| commit | b823b17fa7dc5a15d822a4f31fe8ee846a65cfae (patch) | |
| tree | cbf84b1c8fc0682e74165cc48b9baf0d7b382533 /libpthread/nptl/sysdeps/unix/sysv/linux/alpha | |
| parent | 708121712921e39f6d81179c376e53d26ee817b4 (diff) | |
| download | uClibc-alpine-b823b17fa7dc5a15d822a4f31fe8ee846a65cfae.tar.bz2 uClibc-alpine-b823b17fa7dc5a15d822a4f31fe8ee846a65cfae.tar.xz  | |
Sync with glibc reference tree and changes for uClibc thus far.
Diffstat (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/alpha')
| -rw-r--r-- | libpthread/nptl/sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h | 7 | 
1 files changed, 4 insertions, 3 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h b/libpthread/nptl/sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h index d13d6e86a..86b47037e 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h @@ -1,5 +1,5 @@  /* Machine-specific pthread type layouts.  Alpha version. -   Copyright (C) 2003, 2004 Free Software Foundation, Inc. +   Copyright (C) 2003, 2004, 2005 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 @@ -117,8 +117,9 @@ typedef union      unsigned int __nr_readers_queued;      unsigned int __nr_writers_queued;      int __writer; - -    unsigned int __reserved[6]; +    int __pad1; +    unsigned long int __pad2; +    unsigned long int __pad3;      /* FLAGS must stay at this position in the structure to maintain         binary compatibility.  */      unsigned int __flags;  | 
