mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 00:09:32 +02:00
Add missing S_ISUID and S_ISGID constants
This commit is contained in:
parent
7cca82185e
commit
0907628b73
@ -53,7 +53,9 @@ Const
|
||||
|
||||
S_IFSOCK= &0000000000; // not defined under BeOS
|
||||
S_IFWHT = &0000000000; // not defined under BeOS
|
||||
S_ISVTX = &1000;
|
||||
S_ISUID = &4000; { set user id on execution }
|
||||
S_ISGID = &2000; { set group id on execution }
|
||||
S_ISVTX = &1000; { save swapped text even after use (sticky bit) }
|
||||
|
||||
// CONST SYS_NMLN=32;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user