mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Add AT_SYMLINK_FOLLOW.
This commit is contained in:
parent
aca2a41401
commit
ed5f14878d
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ __BEGIN_DECLS
|
|||
#define AT_EACCESS (1<<1)
|
||||
#define AT_SYMLINK_NOFOLLOW (1<<2)
|
||||
#define AT_REMOVEFILE (1<<3)
|
||||
#define AT_SYMLINK_FOLLOW (1<<4)
|
||||
|
||||
__END_DECLS
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue