Safe Haskell | None |
---|---|
Language | Haskell98 |
System.PosixCompat.Extensions
Contents
Description
This module provides some functions not present in the unix package.
- type CMajor = CUInt
- type CMinor = CUInt
- deviceMajor :: DeviceID -> CMajor
- deviceMinor :: DeviceID -> CMinor
- makeDeviceID :: CMajor -> CMinor -> DeviceID