From 7de7355491778f90063a2a95aaae962df4e93324 Mon Sep 17 00:00:00 2001 From: sof Date: Wed, 15 Sep 1999 13:54:16 +0000 Subject: [PATCH] [project @ 1999-09-15 13:54:16 by sof] Add cmp_thread --- ghc/rts/HSrts.def | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ghc/rts/HSrts.def b/ghc/rts/HSrts.def index 92ad0a5..edb7004 100644 --- a/ghc/rts/HSrts.def +++ b/ghc/rts/HSrts.def @@ -503,5 +503,7 @@ EXPORTS waitReadzh_fast @ 521 ; delayzh_fast @ 522 ; shutdownHaskellAndExit @ 523 ; + cmp_thread @ 524 ; + -- 1.7.10.4