From 195248ecf403ced6950fffc070997b14636730fb Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Tue, 12 Aug 2008 20:20:41 +0000 Subject: [PATCH] Always define krb5int_pthread_loaded, for consistency git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20643 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/support/threads.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/util/support/threads.c b/src/util/support/threads.c index 8dc9d462e..b30989df1 100644 --- a/src/util/support/threads.c +++ b/src/util/support/threads.c @@ -171,6 +171,10 @@ int krb5int_pthread_loaded (void) static struct tsd_block tsd_if_single; # define GET_NO_PTHREAD_TSD() (&tsd_if_single) #else +int krb5int_pthread_loaded (void) +{ + return 1; +} # define GET_NO_PTHREAD_TSD() (abort(),(struct tsd_block *)0) #endif -- 2.26.2