1
0
Fork 0
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:
Jonas 'Sortie' Termansen 2013-03-31 17:06:06 +02:00
parent aca2a41401
commit ed5f14878d

View file

@ -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