From f5f18fea0eba5a0b1ed9857b094aa84805724afc Mon Sep 17 00:00:00 2001 From: stas Date: Sun, 8 Apr 2012 03:55:25 +0000 Subject: - Use __NO_TLS preprocessor value to make assumptions about TLS support on a platform. --- lib/libgssapi/gss_display_status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libgssapi') diff --git a/lib/libgssapi/gss_display_status.c b/lib/libgssapi/gss_display_status.c index 6f5d1fb..b2a22d2 100644 --- a/lib/libgssapi/gss_display_status.c +++ b/lib/libgssapi/gss_display_status.c @@ -173,7 +173,7 @@ supplementary_error(OM_uint32 v) return msgs[v]; } -#if defined(__sparc64__) || defined(__arm__) || defined(__mips__) +#if defined(__NO_TLS) /* * These platforms don't support TLS on FreeBSD - threads will just -- cgit v1.1