* pthread_support.c (GC_USE_LD_WRAP): Fix a typo (swapped 'L' and
'D') in the name.
+2009-10-18 Ivan Maidanski <ivmai@mail.ru>
+
+ * pthread_support.c (GC_USE_LD_WRAP): Fix a typo (swapped 'L' and
+ 'D') in the name.
+
2009-10-17 Ivan Maidanski <ivmai@mail.ru>
* gc_dlopen.c (GC_MUST_RESTORE_REDEFINED_DLOPEN): Define if dlopen
# endif
#endif
-#if defined(GC_USE_DL_WRAP) || defined(GC_USE_DLOPEN_WRAP)
+#if defined(GC_USE_LD_WRAP) || defined(GC_USE_DLOPEN_WRAP)
/* Define GC_ functions as aliases for the plain ones, which will */
/* be intercepted. This allows files which include gc.h, and hence */
/* generate references to the GC_ symbols, to see the right symbols. */