Skip to content
Snippets Groups Projects
Commit 16e1fca2 authored by Ben Gamari's avatar Ben Gamari
Browse files

Fix type of _get_osfhandle foreign import

Fixes #24601.
parent 7d9c2102
No related branches found
No related merge requests found
......@@ -29,7 +29,7 @@ foreign import ccall "io.h _close"
c__close :: CInt -> IO CInt
foreign import ccall unsafe "io.h _get_osfhandle"
_get_osfhandle :: CInt -> IO CInt
_get_osfhandle :: CInt -> IO CIntPtr
runWithPipesPOSIX :: (CreateProcess -> IO ProcessHandle)
-> FilePath -> [String] -> [String] -> IO (ProcessHandle, Handle, Handle)
......
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