about summary refs log tree commit diff
path: root/pkgs/profpatsch/s6/dhall/unix/Signal/misc/mips.dhall
blob: ac07c128848701cc9c39325b2e0faaa3b43a3740 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  { SIGIOT =
	  6
  , SIGEMT =
	  7
  , SIGIO =
	  22
  , SIGCLD =
	  18
  , SIGPWR =
	  19
  , SIGWINCH =
	  20
  }
: ./common-type.dhall ⩓ { SIGEMT : Natural, SIGCLD : Natural }