1{-# OPTIONS_HADDOCK hide #-}
2{-# LANGUAGE MagicHash #-}
3{-# LANGUAGE UnliftedFFITypes #-}
4module Foundation.System.Bindings.Hs
5    where
6
7import GHC.IO
8import Basement.Compat.C.Types
9
10foreign import ccall unsafe "HsBase.h __hscore_get_errno" sysHsCoreGetErrno :: IO CInt
11