This is the mail archive of the cygwin-patches mailing list for the Cygwin 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 v2] Cygwin: Implement CPU_SET(3) macros


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 FreeBSD bitsets.  This
> implementation can be combined with that one if necessary in the future.
> 
> ---
>  winsup/cygwin/include/sys/cpuset.h | 64 +++++++++++++++++++++++++++++-
>  1 file changed, 62 insertions(+), 2 deletions(-)

Pushed with the commit message tweak and additional doc changes.


Thanks,
Corinna

-- 
Corinna Vinschen
Cygwin Maintainer

Attachment: signature.asc
Description: PGP signature


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