Revision 9c56102eefea23c95405533e1de23da4b873ecc4 authored by Francois Berenger on 18 May 2012, 06:02:28 UTC, committed by Francois Berenger on 18 May 2012, 06:02:28 UTC
added ocamlbuild in BuildTools
corrected Path in Library section so that ocamlbuild stops winning
1 parent 79534ae
Raw File
setcore.mli
(* uses the native affinity interface to 
   declare that the current process should be
   attached to core number n *)

external setcore: int -> unit = "setcore"
back to top