Home
last modified time | relevance | path

Searched refs:CLONE_NOOWNERCOPY (Results 1 – 1 of 1) sorted by relevance

/coreutils/src/
Dcopy.c1354 # ifndef CLONE_NOOWNERCOPY in copy_reg()
1355 # define CLONE_NOOWNERCOPY 0 /* Added in macOS 10.13. */ in copy_reg() macro
1363 && (CLONE_NOOWNERCOPY || x->preserve_ownership)) in copy_reg()
1380 | (x->preserve_ownership ? 0 : CLONE_NOOWNERCOPY)); in copy_reg()
1439 if (! CLONE_NOOWNERCOPY) in copy_reg()