Enable TLS on sparc and sparc64

This commit is contained in:
martin 2011-03-30 09:23:26 +00:00
parent 9f905ee41c
commit 112d7f90bb
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: types.h,v 1.56 2011/02/24 04:28:48 joerg Exp $ */
/* $NetBSD: types.h,v 1.57 2011/03/30 09:23:26 martin Exp $ */
/*
* Copyright (c) 1992, 1993
@ -128,8 +128,8 @@ typedef volatile unsigned char __cpu_simple_lock_t;
#endif
#define __HAVE_CPU_LWP_SETPRIVATE
#if 0
#define __HAVE___LWP_GETPRIVATE_FAST
#endif
#define __HAVE_TLS_VARIANT_II
#define __HAVE_COMMON___TLS_GET_ADDR
#endif /* _MACHTYPES_H_ */