X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot.git;a=blobdiff_plain;f=moonshot%2Fmech_eap%2Futil_tld.c;fp=moonshot%2Fmech_eap%2Futil_tld.c;h=f6feeba964ea895d1ab1312a515ae4c23c6b0afc;hp=2e1ddfac1effa1c7a326b49ba6a33f89395919ff;hb=9da959f11ebc69e0ae63bc3464b258d161d01cd2;hpb=27c09a0b09f26d113267c9548305d56fac1a0727 diff --git a/moonshot/mech_eap/util_tld.c b/moonshot/mech_eap/util_tld.c index 2e1ddfa..f6feeba 100644 --- a/moonshot/mech_eap/util_tld.c +++ b/moonshot/mech_eap/util_tld.c @@ -31,7 +31,8 @@ */ /* - * Thread local data abstraction. + * Thread local data abstraction, using pthreads on Unix and the TlsXXX + * APIs on Windows. */ #include "gssapiP_eap.h" @@ -151,4 +152,5 @@ gssEapGetThreadLocalData() return tld; } + #endif /* WIN32 */