On 1/30/26 04:20, Damien Zammit wrote:
glibc already has this as non-static on __GNU__ systems.#ifndef HAVE_COPY_FILE_RANGE -#ifndef EMSCRIPTEN +#if !defined(EMSCRIPTEN) && !defined(__GNU__) static #endif ssize_t copy_file_range(int in_fd, off_t *in_off, int out_fd,
Do I understand it correctly that it has the prototype but not the function? Thanks, Paolo
