Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions platform/posix/src/System/Terminal/Platform.hsc
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,8 @@ foreign import ccall unsafe "tcgetattr"
foreign import ccall unsafe "tcsetattr"
unsafeSetTermios :: CInt -> CInt -> Ptr Termios -> IO CInt

foreign import ccall unsafe "ioctl"
unsafeIOCtl :: CInt -> CInt -> Ptr a -> IO CInt
foreign import capi unsafe "ioctl"
unsafeIOCtl :: CInt -> CULong -> Ptr a -> IO CInt

foreign import ccall unsafe
stg_sig_install :: CInt -> CInt -> Ptr a -> IO CInt