We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fddda82 commit fef9930Copy full SHA for fef9930
Sources/CoreFoundation/CFPlatform.c
@@ -931,7 +931,7 @@ static void __CFTSDFinalize(void *arg) {
931
932
// FreeBSD libthr emits debug message to stderr if there are leftover nonnull TSD after PTHREAD_DESTRUCTOR_ITERATIONS
933
// On this platform, the destructor will never be called again, therefore it is unneccessary to set the TSD to CF_TSD_BAD_PTR
934
- #if !defined(FreeBSD)
+ #if !defined(__FreeBSD__)
935
// Now if the destructor is called again we will take the shortcut at the beginning of this function.
936
__CFTSDSetSpecific(CF_TSD_BAD_PTR);
937
#endif
0 commit comments