Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 306473 | Differences between
and this patch

Collapse All | Expand All

(-)bigloo3.2b.orig/api/fthread/src/Posix/bglsetup.c (-1 / +3 lines)
Lines 38-45 Link Here
38
#endif
38
#endif
39
39
40
#if( BGL_GC == BGL_BOEHM_GC && BGL_GC_HAVE_DO_BLOCKING )
40
#if( BGL_GC == BGL_BOEHM_GC && BGL_GC_HAVE_DO_BLOCKING )
41
#if( BGL_GC_VERSION == 710 ) 
41
   extern void GC_do_blocking();
42
   extern void GC_do_blocking();
42
   
43
#endif
44
43
   bgl_gc_do_blocking = &GC_do_blocking;
45
   bgl_gc_do_blocking = &GC_do_blocking;
44
#endif
46
#endif
45
47
(-)bigloo3.2b.orig/api/pthread/src/Posix/bglsetup.c (-1 / +3 lines)
Lines 38-45 Link Here
38
#endif
38
#endif
39
39
40
#if( BGL_GC == BGL_BOEHM_GC && BGL_GC_HAVE_DO_BLOCKING )
40
#if( BGL_GC == BGL_BOEHM_GC && BGL_GC_HAVE_DO_BLOCKING )
41
#if( BGL_GC_VERSION == 710 )    
41
   extern void GC_do_blocking();
42
   extern void GC_do_blocking();
42
   
43
#endif
44
43
   bgl_gc_do_blocking = &GC_do_blocking;
45
   bgl_gc_do_blocking = &GC_do_blocking;
44
#endif
46
#endif
45
47

Return to bug 306473