diff options
Diffstat (limited to 'winsup/cygwin/path.h')
-rw-r--r-- | winsup/cygwin/path.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/path.h b/winsup/cygwin/path.h index 4618600aa..9fe4c2698 100644 --- a/winsup/cygwin/path.h +++ b/winsup/cygwin/path.h @@ -163,6 +163,7 @@ class path_conv bool has_acls () const {return !(path_flags & PATH_NOACL) && fs.has_acls (); } bool hasgood_inode () const {return !(path_flags & PATH_IHASH); } bool isgood_inode (ino_t ino) const; + bool is_native () const {return !!(path_flags & PATH_NOPOSIX);} bool support_sparse () const { return (path_flags & PATH_SPARSE) |