package embox.compat.posix.proc

static module signal {
	source "signal.c"

	/* depends embox.kernel.thread.signal_impl */
	depends embox.kernel.thread.signal_api
	depends embox.kernel.task.resource.sig_table
	depends sigset
}

static module sigset {
	source "sigset.c"
	@NoRuntime depends embox.lib.libds
}

static module sigwait_stub {
	source "sigwait_stub.c"
}
