]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: Add missing Linux #define of CPU_SETSIZE
authorMark Geisert <mark@maxrnd.com>
Mon, 23 Dec 2019 06:45:54 +0000 (22:45 -0800)
committerCorinna Vinschen <corinna@vinschen.de>
Mon, 13 Jan 2020 15:32:51 +0000 (16:32 +0100)
commit7b6414d459bb66affe077a062b88ca1e1e392fc4
treee07a383dcf927e4cdf3fc9cc7bee1d15f60446e2
parent1fdf871c9d32fdf4c4aca31be8d40bef5747eaae
Cygwin: Add missing Linux #define of CPU_SETSIZE

Though our implementation of cpu sets doesn't need it, software from
Linux environments expects this definition to be present.  It's
documented on the Linux CPU_SET(3) man page but was left out due to
oversight.

Addresses https://cygwin.com/ml/cygwin/2019-12/msg00248.html
winsup/cygwin/include/sys/cpuset.h
winsup/cygwin/release/3.1.3 [new file with mode: 0644]
This page took 0.031368 seconds and 5 git commands to generate.