]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/clonefile.h
xnu-7195.50.7.100.1.tar.gz
[apple/xnu.git] / bsd / sys / clonefile.h
index 17773fd3a6852c3e2516b59f31d8ae59fbe8a7e0..45dfef2bf01eac1b49a0f34935713151edc6e831 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015-2016 Apple Inc. All rights reserved.
+ * Copyright (c) 2015-2017 Apple Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  *
@@ -30,7 +30,8 @@
 #define _SYS_CLONEFILE_H_
 
 /* Options for clonefile calls */
-#define CLONE_NOFOLLOW   0x0001     /* Don't follow symbolic links */
+#define CLONE_NOFOLLOW      0x0001     /* Don't follow symbolic links */
+#define CLONE_NOOWNERCOPY   0x0002     /* Don't copy ownership information from source */
 
 #ifndef KERNEL