pthreads: Adds "threadeed" annotation
authorBlackMinou <romain.chanoir@viacesi.fr>
Thu, 26 Mar 2015 06:28:43 +0000 (07:28 +0100)
committerBlackMinou <romain.chanoir@viacesi.fr>
Thu, 26 Mar 2015 06:28:43 +0000 (07:28 +0100)
Signed-off-by: BlackMinou <romain.chanoir@viacesi.fr>

lib/pthreads/pthreads.nit

index 5d6b80d..8b8de1f 100644 (file)
@@ -19,6 +19,7 @@ module pthreads is
        cflags "-pthread"
        ldflags "-pthread"
        pkgconfig "bdw-gc"
+       new_annotation threaded
 end
 
 #