mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 21:49:15 +02:00
* fixed SYS_NMLN constant
This commit is contained in:
parent
e3cefd8ec6
commit
45ffd3b843
@ -102,7 +102,7 @@ CONST
|
|||||||
NAME_MAX = 255; {14} { Maximum number of bytes in filename }
|
NAME_MAX = 255; {14} { Maximum number of bytes in filename }
|
||||||
PATH_MAX = 1024; {255} { Maximum number of bytes in pathname }
|
PATH_MAX = 1024; {255} { Maximum number of bytes in pathname }
|
||||||
|
|
||||||
SYS_NMLN = 32; {BSD utsname struct limit}
|
SYS_NMLN = 256; {BSD utsname struct limit}
|
||||||
|
|
||||||
SIG_MAXSIG = 32; // highest signal version
|
SIG_MAXSIG = 32; // highest signal version
|
||||||
|
|
||||||
@ -175,7 +175,10 @@ Const
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.9 2004-11-14 12:24:33 marco
|
Revision 1.10 2005-02-11 13:07:05 jonas
|
||||||
|
* fixed SYS_NMLN constant
|
||||||
|
|
||||||
|
Revision 1.9 2004/11/14 12:24:33 marco
|
||||||
* priority constants
|
* priority constants
|
||||||
|
|
||||||
Revision 1.8 2004/09/09 20:29:06 jonas
|
Revision 1.8 2004/09/09 20:29:06 jonas
|
||||||
|
Loading…
Reference in New Issue
Block a user