|
@@ -100,12 +100,14 @@ CONST
|
|
|
SYS_NMLN = 32; {BSD utsname struct limit}
|
|
|
|
|
|
SIG_MAXSIG = 128; // highest signal version
|
|
|
- wordsinsigset = 4; // words in sigset_t
|
|
|
|
|
|
|
|
|
{
|
|
|
$Log$
|
|
|
- Revision 1.5 2004-01-04 20:08:45 jonas
|
|
|
+ Revision 1.6 2004-05-16 13:03:27 peter
|
|
|
+ * remove duplicate wordsinsigset
|
|
|
+
|
|
|
+ Revision 1.5 2004/01/04 20:08:45 jonas
|
|
|
* moved SIG_MAXSIG and wordsinsigset constants from bunxtype.inc to
|
|
|
ptypes.inc (already there for Darwin)
|
|
|
|