should be pointer to tsd_block.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16648
dc483132-0cff-0310-8789-
dd5450dbe970
+2004-08-08 Ken Raeburn <raeburn@mit.edu>
+
+ * threads.c (GET_NO_PTHREAD_TSD) [!HAVE_PRAGMA_WEAK_REF]: Macro
+ result type should be pointer to tsd_block.
+
2004-07-31 Ken Raeburn <raeburn@mit.edu>
* threads.c (krb5int_thread_support_init): Do finish
static struct tsd_block tsd_if_single;
# define GET_NO_PTHREAD_TSD() (&tsd_if_single)
#else
-# define GET_NO_PTHREAD_TSD() (abort(),0)
+# define GET_NO_PTHREAD_TSD() (abort(),(struct tsd_block *)0)
#endif
static pthread_key_t key;