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
This commit is contained in:
committed by
Corinna Vinschen
parent
1fdf871c9d
commit
7b6414d459
5
winsup/cygwin/release/3.1.3
Normal file
5
winsup/cygwin/release/3.1.3
Normal file
@@ -0,0 +1,5 @@
|
||||
Bug Fixes
|
||||
---------
|
||||
|
||||
- Define CPU_SETSIZE, as on Linux.
|
||||
Addresses: https://cygwin.com/ml/cygwin/2019-12/msg00248.html
|
Reference in New Issue
Block a user