Re: [PATCH v2] Cygwin: Implement CPU_SET(3) macros

2019-08-05 Thread Corinna Vinschen
On Aug 4 15:45, Mark Geisert wrote: > This patch supplies an implementation of the CPU_SET(3) processor > affinity macros as documented on the relevant Linux man page. > > There is a different implementation of cpusets under libc/sys/RTEMS that > has FreeBSD compatibility and is built on top of

Re: [PATCH v2] Cygwin: Implement CPU_SET(3) macros

2019-08-04 Thread Mark Geisert
Sorry for the repetition... On Sun, 4 Aug 2019, Mark Geisert wrote: This patch supplies an implementation of the CPU_SET(3) processor affinity macros as documented on the relevant Linux man page. There is a different implementation of cpusets under libc/sys/RTEMS that has FreeBSD compatibility

[PATCH v2] Cygwin: Implement CPU_SET(3) macros

2019-08-04 Thread Mark Geisert
This patch supplies an implementation of the CPU_SET(3) processor affinity macros as documented on the relevant Linux man page. There is a different implementation of cpusets under libc/sys/RTEMS that has FreeBSD compatibility and is built on top of FreeBSD bitsets. This implementation can be