This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 04/13] linux: Consolidate Linux tee implementation


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]