mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 02:50:42 +02:00
* fixed SIG_MAXSIG for FPC_USE_LIBC
git-svn-id: trunk@5649 -
This commit is contained in:
parent
c8d60373b0
commit
df03c25daf
@ -199,11 +199,7 @@ const
|
|||||||
NAME_MAX = 255; {14} { Maximum number of bytes in filename }
|
NAME_MAX = 255; {14} { Maximum number of bytes in filename }
|
||||||
PATH_MAX = 4095; {255} { Maximum number of bytes in pathname }
|
PATH_MAX = 4095; {255} { Maximum number of bytes in pathname }
|
||||||
SYS_NMLN = 65;
|
SYS_NMLN = 65;
|
||||||
{$ifdef FPC_USE_LIBC}
|
|
||||||
SIG_MAXSIG = 1024; // highest signal version
|
|
||||||
{$else}
|
|
||||||
SIG_MAXSIG = 128; // highest signal version
|
SIG_MAXSIG = 128; // highest signal version
|
||||||
{$endif}
|
|
||||||
|
|
||||||
{ For getting/setting priority }
|
{ For getting/setting priority }
|
||||||
Prio_Process = 0;
|
Prio_Process = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user