]> granicus.if.org Git - gc/commitdiff
2009-10-18 Ivan Maidanski <ivmai@mail.ru>
authorivmai <ivmai>
Sun, 18 Oct 2009 05:21:39 +0000 (05:21 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 26 Jul 2011 17:06:50 +0000 (21:06 +0400)
* pthread_support.c (GC_USE_LD_WRAP): Fix a typo (swapped 'L' and
'D') in the name.

ChangeLog
pthread_support.c

index c1d17e6e3cbe7ca5f90a6a8f7a87809fff581122..749c4be4c1c2591e6eb438686c6920ca1a6b5156 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
index 6b1770c17fc5a80b2bb6038190d45c57ea8e9552..c894401381da4aafcbc4370ccb49f305c44a801e 100644 (file)
@@ -146,7 +146,7 @@ unsigned long GC_lock_holder = NO_THREAD;
 #   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.    */