mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-05 19:30:27 +02:00
Add missing S_ISUID and S_ISGID constants
This commit is contained in:
parent
9feeb18b15
commit
7cca82185e
@ -188,6 +188,8 @@ CONST
|
||||
|
||||
|
||||
{ mode_t possible values }
|
||||
S_ISUID = $800; { set user id on execution }
|
||||
S_ISGID = $400; { set group id on execution }
|
||||
S_IRUSR = $100; { Read permission for owner }
|
||||
S_IWUSR = $080; { Write permission for owner }
|
||||
S_IXUSR = $040; { Exec permission for owner }
|
||||
|
Loading…
Reference in New Issue
Block a user