Why is taskset still not in util-linux?
Eliot Moss
moss@cs.umass.edu
Sat Mar 21 01:46:27 GMT 2020
On 3/20/2020 9:39 AM, Yaakov Selkowitz wrote:
> Cygwin doesn't support syscalls. I'd be very wary of any code which is
> conditional on any #ifdef SYS_*.
Of course. AFAICT taskset does not need the syscall, it just needs the
library call to work. Asking about the syscall is, I suppose, a kind of Linux
shorthand to see if something is supported on the particular platform. Mark's
suggestion of providing a fake definition of that syscall definition is a
workaround that may disturb the util-linux sources the least.
Regards - Eliot
More information about the Cygwin
mailing list