diff options
Diffstat (limited to 'ghc/includes/SMupdate.lh')
-rw-r--r-- | ghc/includes/SMupdate.lh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/includes/SMupdate.lh b/ghc/includes/SMupdate.lh index 7da6a10006..de1d35ccde 100644 --- a/ghc/includes/SMupdate.lh +++ b/ghc/includes/SMupdate.lh @@ -348,7 +348,7 @@ EXTFUN(UpdatePAP); (IS_MUTABLE(INFO_PTR(closure)) && MUT_LINK(closure) != MUT_NOT_LINKED) # if defined(GRAN) -extern I_ AwakenBlockingQueue PROTO((P_)); +extern P_ AwakenBlockingQueue PROTO((P_)); # else extern void AwakenBlockingQueue PROTO((P_)); # endif |