Skip to content
Snippets Groups Projects
Commit a2996926 authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Export throwErrnoPath* functions

parent d6268a6c
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,14 @@ module Foreign.C.Error (
throwErrnoIfRetryMayBlock_,
throwErrnoIfMinus1RetryMayBlock,
throwErrnoIfMinus1RetryMayBlock_,
throwErrnoIfNullRetryMayBlock
throwErrnoIfNullRetryMayBlock,
throwErrnoPath,
throwErrnoPathIf,
throwErrnoPathIf_,
throwErrnoPathIfNull,
throwErrnoPathIfMinus1,
throwErrnoPathIfMinus1_,
) where
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment