<div dir="ltr">Strictly we could use it if the target API level is high enough,<br>but that would mean that you couldn't safely run the resulting<br>binary on an older Android release, and anecdotally I don't think<br>people are that careful.<br><br>The obvious alternative would be to install a signal handler for<br>SIGSYS so we can probe for copy_file_range(2) at runtime rather<br>than compile time, but it's not obvious to me that it matters enough?<br>---<br> lib/portability.c | 4 +++-<br> 1 file changed, 3 insertions(+), 1 deletion(-)<br><br></div>