|
System.Posix.Unistd | Portability | non-portable (requires POSIX) | Stability | provisional | Maintainer | libraries@haskell.org |
|
|
|
|
Contents |
- System environment
- Sleeping
|
|
Description |
POSIX miscellaneous stuff, mostly from unistd.h
|
|
Synopsis |
|
|
|
|
System environment |
|
data SystemID |
|
|
getSystemID :: IO SystemID |
|
data SysVar |
Constructors | ArgumentLimit | | ChildLimit | | ClockTick | | GroupLimit | | OpenFileLimit | | PosixVersion | | HasSavedIDs | | HasJobControl | |
|
|
|
getSysVar :: SysVar -> IO Integer |
|
Sleeping |
|
sleep :: Int -> IO Int |
|
usleep :: Int -> IO () |
|
Produced by Haddock version 0.4 |