about summary refs log tree commit diff
path: root/pkgs/profpatsch/s6/dhall/unix/Signal/misc/alpha-sparc.dhall
blob: 2ce0b50d9c110fd393d511d2899d216dfa6849a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  { SIGIOT =
	  6
  , SIGEMT =
	  7
  , SIGIO =
	  23
  , SIGPWR =
	  29
  , SIGINFO =
	  29
  , SIGWINCH =
	  28
  }
: ./common-type.dhall ⩓ { SIGEMT : Natural, SIGINFO : Natural }