{-# LANGUAGE CPP #-} #include #include #include ----------------------------------------------------------------------------- -- | -- Module : Bindings.LXC.Sys.Types -- Copyright : (c) Nickolay Kudasov 2014 -- License : BSD-style (see the file LICENSE) -- -- Maintainer : nickolay.kudasov@gmail.com -- -- System types from standard C library. -- ----------------------------------------------------------------------------- module Bindings.LXC.Sys.Types where #strict_import #if __GLASGOW_HASKELL__ < 802 type CBool = CInt #endif #integral_t pid_t #integral_t uint64_t #integral_t uid_t #integral_t gid_t