Copyright | (c) The University of Glasgow 1992-2002 |
---|---|
License | see libraries/base/LICENSE |
Maintainer | cvs-ghc@haskell.org |
Stability | internal |
Portability | non-portable (requires POSIX) |
Safe Haskell | Trustworthy |
Language | Haskell2010 |
System.Posix.Internals
Description
POSIX support layer for the standard libraries. This library is built on *every* platform, including Win32.
Non-posix compliant in order to support the following features: * S_ISSOCK (no sockets in POSIX)
Documentation
data CSigaction #
fdFileSize :: FD -> IO Integer #
fileType :: FilePath -> IO IODeviceType #
fdType :: FD -> IO IODeviceType #
statGetType :: Ptr CStat -> IO IODeviceType #
newFilePath :: FilePath -> IO CString #
peekFilePath :: CString -> IO FilePath #
peekFilePathLen :: CStringLen -> IO FilePath #
setNonBlockingFD :: FD -> Bool -> IO () #
setCloseOnExec :: FD -> IO () #
o_NONBLOCK :: CInt #
c_s_isfifo :: CMode -> CInt #
sizeof_stat :: Int #
const_echo :: CInt #
const_tcsanow :: CInt #
const_icanon :: CInt #
const_vmin :: CInt #
const_vtime :: CInt #
const_sigttou :: CInt #
const_sig_block :: CInt #
const_f_getfl :: CInt #
const_f_setfl :: CInt #
const_f_setfd :: CInt #
sizeof_termios :: Int #
sizeof_sigset_t :: Int #
c_s_issock :: CMode -> CInt #