From 20c2430a8527a8c557c284b0e0a4e8404918763b Mon Sep 17 00:00:00 2001 From: BlackMinou Date: Thu, 26 Mar 2015 07:28:43 +0100 Subject: [PATCH] pthreads: Adds "threadeed" annotation Signed-off-by: BlackMinou --- lib/pthreads/pthreads.nit | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/pthreads/pthreads.nit b/lib/pthreads/pthreads.nit index 5d6b80d..8b8de1f 100644 --- a/lib/pthreads/pthreads.nit +++ b/lib/pthreads/pthreads.nit @@ -19,6 +19,7 @@ module pthreads is cflags "-pthread" ldflags "-pthread" pkgconfig "bdw-gc" + new_annotation threaded end # -- 1.7.9.5