diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/util/support/threads.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/util/support/threads.c b/src/util/support/threads.c index 7dc2e4828..1ac9c6150 100644 --- a/src/util/support/threads.c +++ b/src/util/support/threads.c @@ -43,6 +43,11 @@ struct tsd_block { void *values[K5_KEY_MAX]; }; static struct tsd_block tsd_no_threads; static unsigned char destructors_set[K5_KEY_MAX]; +int krb5int_pthread_loaded (void) +{ + return 0; +} + #elif defined(_WIN32) static DWORD tls_idx; |
