/*
- * Copyright (c) 2015-2016 Apple Inc. All rights reserved.
+ * Copyright (c) 2015-2017 Apple Inc. All rights reserved.
*
* @APPLE_OSREFERENCE_LICENSE_HEADER_START@
*
#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