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 -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple