From: Ian Lynagh Date: Sun, 22 Jul 2007 00:29:23 +0000 (+0000) Subject: Export throwErrnoPath* functions X-Git-Tag: 2007-09-13~27 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=3b8a4b37f1850a6742c0691268aeea8e7cf5067e;p=ghc-base.git Export throwErrnoPath* functions --- diff --git a/Foreign/C/Error.hs b/Foreign/C/Error.hs index c3cd68c..da31d8b 100644 --- a/Foreign/C/Error.hs +++ b/Foreign/C/Error.hs @@ -83,7 +83,14 @@ module Foreign.C.Error ( throwErrnoIfRetryMayBlock_, throwErrnoIfMinus1RetryMayBlock, throwErrnoIfMinus1RetryMayBlock_, - throwErrnoIfNullRetryMayBlock + throwErrnoIfNullRetryMayBlock, + + throwErrnoPath, + throwErrnoPathIf, + throwErrnoPathIf_, + throwErrnoPathIfNull, + throwErrnoPathIfMinus1, + throwErrnoPathIfMinus1_, ) where