Export throwErrnoPath* functions
authorIan Lynagh <igloo@earth.li>
Sun, 22 Jul 2007 00:29:23 +0000 (00:29 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 22 Jul 2007 00:29:23 +0000 (00:29 +0000)
Foreign/C/Error.hs

index c3cd68c..da31d8b 100644 (file)
@@ -83,7 +83,14 @@ module Foreign.C.Error (
   throwErrnoIfRetryMayBlock_,
   throwErrnoIfMinus1RetryMayBlock,
   throwErrnoIfMinus1RetryMayBlock_,  
-  throwErrnoIfNullRetryMayBlock
+  throwErrnoIfNullRetryMayBlock,
+
+  throwErrnoPath,
+  throwErrnoPathIf,
+  throwErrnoPathIf_,
+  throwErrnoPathIfNull,
+  throwErrnoPathIfMinus1,
+  throwErrnoPathIfMinus1_,
 ) where