Add AT_SYMLINK_FOLLOW.

This commit is contained in:
Jonas 'Sortie' Termansen 2013-03-31 17:06:06 +02:00
parent aca2a41401
commit ed5f14878d
1 changed files with 1 additions and 0 deletions

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