mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 03:39:40 +01:00 
			
		
		
		
	* moved SIG_MAXSIG and wordsinsigset constants from bunxtype.inc to
ptypes.inc (already there for Darwin)
This commit is contained in:
		
							parent
							
								
									82343a6dc6
								
							
						
					
					
						commit
						d6743c1491
					
				@ -37,9 +37,7 @@
 | 
			
		||||
//    _UTSNAME_NODENAME_LENGTH = ;
 | 
			
		||||
 | 
			
		||||
CONST                		// OS specific parameters for general<fd,sig>set behaviour
 | 
			
		||||
   SIG_MAXSIG      = 128;	// highest signal version
 | 
			
		||||
   FD_MAXFDSET	   = 1024;
 | 
			
		||||
   wordsinsigset   = 4;		// words in sigset_t
 | 
			
		||||
   ln2bitsinword   = 5;         { 32bit : ln(32)/ln(2)=5 } 
 | 
			
		||||
   ln2bitmask	   = 1 shl ln2bitsinword - 1;
 | 
			
		||||
 | 
			
		||||
@ -214,7 +212,11 @@ CONST
 | 
			
		||||
 | 
			
		||||
{
 | 
			
		||||
  $Log$
 | 
			
		||||
  Revision 1.6  2003-11-30 12:40:29  marco
 | 
			
		||||
  Revision 1.7  2004-01-04 20:08:45  jonas
 | 
			
		||||
    * moved SIG_MAXSIG and wordsinsigset constants from bunxtype.inc to
 | 
			
		||||
      ptypes.inc (already there for Darwin)
 | 
			
		||||
 | 
			
		||||
  Revision 1.6  2003/11/30 12:40:29  marco
 | 
			
		||||
   * fix from sebastian
 | 
			
		||||
 | 
			
		||||
  Revision 1.5  2003/11/19 17:11:40  marco
 | 
			
		||||
 | 
			
		||||
@ -98,9 +98,17 @@ CONST
 | 
			
		||||
 | 
			
		||||
    SYS_NMLN = 32;              {BSD utsname struct limit}
 | 
			
		||||
 | 
			
		||||
    SIG_MAXSIG      = 128;	// highest signal version
 | 
			
		||||
    wordsinsigset   = 4;		// words in sigset_t
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
{
 | 
			
		||||
  $Log$
 | 
			
		||||
  Revision 1.8  2003-12-30 12:32:30  marco
 | 
			
		||||
  Revision 1.9  2004-01-04 20:08:45  jonas
 | 
			
		||||
    * moved SIG_MAXSIG and wordsinsigset constants from bunxtype.inc to
 | 
			
		||||
      ptypes.inc (already there for Darwin)
 | 
			
		||||
 | 
			
		||||
  Revision 1.8  2003/12/30 12:32:30  marco
 | 
			
		||||
  *** empty log message ***
 | 
			
		||||
 | 
			
		||||
  Revision 1.7  2003/09/27 13:45:58  peter
 | 
			
		||||
 | 
			
		||||
@ -99,9 +99,17 @@ CONST
 | 
			
		||||
 | 
			
		||||
    SYS_NMLN = 32;              {BSD utsname struct limit}
 | 
			
		||||
 | 
			
		||||
    SIG_MAXSIG      = 128;	// highest signal version
 | 
			
		||||
    wordsinsigset   = 4;		// words in sigset_t
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
{
 | 
			
		||||
  $Log$
 | 
			
		||||
  Revision 1.4  2004-01-04 01:11:28  marco
 | 
			
		||||
  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)
 | 
			
		||||
 | 
			
		||||
  Revision 1.4  2004/01/04 01:11:28  marco
 | 
			
		||||
   * a new qod port of the freebsd rtl. To be refined in the coming days.
 | 
			
		||||
 | 
			
		||||
  Revision 1.3  2003/01/17 22:13:47  marco
 | 
			
		||||
 | 
			
		||||
@ -61,3 +61,6 @@ CONST
 | 
			
		||||
    PATH_MAX = 1024;    {255}   { Maximum number of bytes in pathname }
 | 
			
		||||
 | 
			
		||||
    SYS_NMLN = 256;             {BSD utsname struct limit}
 | 
			
		||||
 | 
			
		||||
    SIG_MAXSIG      = 128;	// highest signal version
 | 
			
		||||
    wordsinsigset   = 4;		// words in sigset_t
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user