mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 13:49:12 +02:00
* remove duplicate wordsinsigset
This commit is contained in:
parent
cc5c75b714
commit
cf0c7b974f
@ -100,12 +100,14 @@ CONST
|
|||||||
SYS_NMLN = 32; {BSD utsname struct limit}
|
SYS_NMLN = 32; {BSD utsname struct limit}
|
||||||
|
|
||||||
SIG_MAXSIG = 128; // highest signal version
|
SIG_MAXSIG = 128; // highest signal version
|
||||||
wordsinsigset = 4; // words in sigset_t
|
|
||||||
|
|
||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$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
|
* moved SIG_MAXSIG and wordsinsigset constants from bunxtype.inc to
|
||||||
ptypes.inc (already there for Darwin)
|
ptypes.inc (already there for Darwin)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user