mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 13:29:15 +02:00
* building on darwin (and most likely other BSDs) fixed
This commit is contained in:
parent
77ade8b74f
commit
d4d4498fc0
@ -515,7 +515,9 @@ Const
|
|||||||
S_IFLNK = &120000;
|
S_IFLNK = &120000;
|
||||||
S_IFSOCK= &140000;
|
S_IFSOCK= &140000;
|
||||||
S_IFWHT = &160000;
|
S_IFWHT = &160000;
|
||||||
S_ISVTX = &1000;
|
S_ISUID = &4000;
|
||||||
|
S_ISGID = &2000;
|
||||||
|
S_ISVTX = &1000;
|
||||||
|
|
||||||
{
|
{
|
||||||
* Resource limits from FreeBSD5. To be checked for the others.
|
* Resource limits from FreeBSD5. To be checked for the others.
|
||||||
|
Loading…
Reference in New Issue
Block a user