{-# LINE 1 "src/System/PosixCompat/User.hsc" #-}
{-# LANGUAGE CPP #-}
module System.PosixCompat.User (
getRealUserID
, getRealGroupID
, getEffectiveUserID
, getEffectiveGroupID
, getGroups
, getLoginName
, getEffectiveUserName
, GroupEntry(..)
, getGroupEntryForID
, getGroupEntryForName
, getAllGroupEntries
, UserEntry(..)
, getUserEntryForID
, getUserEntryForName
, getAllUserEntries
, setUserID
, setGroupID
) where
{-# LINE 37 "src/System/PosixCompat/User.hsc" #-}
import System.Posix.User
{-# LINE 49 "src/System/PosixCompat/User.hsc" #-}
{-# LINE 134 "src/System/PosixCompat/User.hsc" #-}