Skip to content
Snippets Groups Projects
Commit f8f384a8 authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

Fix type of _get_osfhandle foreign import

Fixes #24601.
parent cd0fb82f
No related branches found
No related tags found
No related merge requests found
Pipeline #92318 failed
+1
......@@ -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