Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/lang/ccl/files/patch-lisp-kernel_area.h
16125 views
1
--- lisp-kernel/area.h.orig 2020-04-19 21:32:56 UTC
2
+++ lisp-kernel/area.h
3
@@ -108,7 +108,7 @@ Boolean grow_dynamic_area(natural);
4
Boolean shrink_dynamic_area(natural);
5
6
/* serialize add_area/remove_area, and also the tcr queue */
7
-void *tcr_area_lock;
8
+extern void *tcr_area_lock;
9
10
#define reserved_area ((area *)(all_areas))
11
#define active_dynamic_area ((area *)(reserved_area->succ))
12
13