aboutsummaryrefslogtreecommitdiff
path: root/libmg2d.v
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2018-12-27 16:26:29 +0100
committerAnton Khirnov <anton@khirnov.net>2018-12-27 16:26:29 +0100
commit70186149b931a49f1eb599d2f207fdc3d3048388 (patch)
treee8f825af87c92d30d20f1ca4fb44c1e57a5fe25a /libmg2d.v
parent7606e74f1a0310c1031aad48f77a7c701791025a (diff)
Add threading support through libthreadpool.
Diffstat (limited to 'libmg2d.v')
-rw-r--r--libmg2d.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmg2d.v b/libmg2d.v
index 271d7eb..e4b7b24 100644
--- a/libmg2d.v
+++ b/libmg2d.v
@@ -1,4 +1,4 @@
-LIBMG2D_1 {
+LIBMG2D_2 {
global: mg2d_*;
local: *;
};