packages feed

bindings-posix-1.0: src/Bindings/Posix/Signal.hsc

#include <bindings.macros.h>
#include <signal.h>

-- | <http://www.opengroup.org/onlinepubs/9699919799/basedefs/signal.h.html>

module Bindings.Posix.Signal where
import Foreign
import Foreign.C

#starttype sigset_t
#stoptype