mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 13:29:15 +02:00
+ Add S_IRWXU
git-svn-id: trunk@3812 -
This commit is contained in:
parent
cf54b7f748
commit
6d4b583709
@ -279,6 +279,7 @@ CONST
|
|||||||
S_IROTH = %0000000100; { Read permission for world }
|
S_IROTH = %0000000100; { Read permission for world }
|
||||||
S_IWOTH = %0000000010; { Write permission for world }
|
S_IWOTH = %0000000010; { Write permission for world }
|
||||||
S_IXOTH = %0000000001; { Exec permission for world }
|
S_IXOTH = %0000000001; { Exec permission for world }
|
||||||
|
S_IRWXU = __S_IREAD or __S_IWRITE or __S_IEXEC;
|
||||||
|
|
||||||
{ Used for waitpid }
|
{ Used for waitpid }
|
||||||
WNOHANG = 1; { don't block waiting }
|
WNOHANG = 1; { don't block waiting }
|
||||||
|
Loading…
Reference in New Issue
Block a user