diff options
| author | Austin Foxley <austinf@cetoncorp.com> | 2009-09-27 11:23:12 -0700 | 
|---|---|---|
| committer | Austin Foxley <austinf@cetoncorp.com> | 2009-09-27 11:25:08 -0700 | 
| commit | 072687ae9c54b55659431a5bd395d9956096ddea (patch) | |
| tree | d83b2a8d39af2cf53c84c6eb928fbb2498472e11 /libpthread/nptl/sysdeps/unix/sysv/linux/mips | |
| parent | 391c4414b3b3768bf98dde0959a64e435751dfe7 (diff) | |
| download | uClibc-alpine-072687ae9c54b55659431a5bd395d9956096ddea.tar.bz2 uClibc-alpine-072687ae9c54b55659431a5bd395d9956096ddea.tar.xz  | |
mips nptl: Cleanup up _ABI64 warnings
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
Diffstat (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/mips')
| -rw-r--r-- | libpthread/nptl/sysdeps/unix/sysv/linux/mips/bits/pthreadtypes.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/mips/bits/pthreadtypes.h b/libpthread/nptl/sysdeps/unix/sysv/linux/mips/bits/pthreadtypes.h index 54f1a0652..f112b8a39 100644 --- a/libpthread/nptl/sysdeps/unix/sysv/linux/mips/bits/pthreadtypes.h +++ b/libpthread/nptl/sysdeps/unix/sysv/linux/mips/bits/pthreadtypes.h @@ -20,6 +20,8 @@  #ifndef _BITS_PTHREADTYPES_H  #define _BITS_PTHREADTYPES_H	1 +#include <sgidefs.h> +  #if _MIPS_SIM == _ABI64  # define __SIZEOF_PTHREAD_ATTR_T 56  # define __SIZEOF_PTHREAD_MUTEX_T 40  | 
