[PATCH 04/13] linux: Consolidate Linux tee implementation
Florian Weimer
fweimer@redhat.com
Mon May 15 10:51:00 GMT 2017
On 05/12/2017 07:58 PM, Adhemerval Zanella wrote:
> -tee EXTRA tee Ci:iiii tee
> +ssize_t
> +tee (int src, int dest, size_t len, unsigned int flags)
> +{
> + return SYSCALL_CANCEL (tee, src, dest, len, flags);
> +}
This might be a silly question, but could we adjust the âCâ system call
generation to make this kind of change automatically?
Or is the goal to remove the C handling eventually?
Thanks,
Florian
More information about the Libc-alpha
mailing list