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

Mark Geisert mark@maxrnd.com
Mon Aug 5 05:04:00 GMT 2019


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 and is built on top of FreeBSD bitsets.  This
> implementation can be combined with that one if necessary in the future.

If the 2nd para is to be kept, please adjust it to read as follows:

There is a mostly superset implementation of cpusets under newlib's
libc/sys/RTEMS/include/sys that has Linux and FreeBSD compatibility
and is built on top of FreeBSD bitsets.  This Cygwin implementation
and the RTEMS one could be combined if desired at some future point.

Thanks,

..mark



More information about the Cygwin-patches mailing list