Merge pull request #2294 from akoeplinger/fix-cygwin
[mono.git] / libgc / include / private / gc_priv.h
index 10c095e7d2fa25183c42563e4897ec0e62c0d872..ab77402e4cd466eb3e5bcc6c82d597a54386fa78 100644 (file)
@@ -1214,6 +1214,8 @@ extern long GC_large_alloc_warn_suppressed;
   extern GC_bool GC_world_stopped;
 #endif
 
+extern void (*GC_notify_event) GC_PROTO((GC_EventType));
+
 /* Operations */
 # ifndef abs
 #   define abs(x)  ((x) < 0? (-(x)) : (x))