unknown type name 'cpu_set_t' in newlib/libc/include/sched.h
Giacomo Tesio <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <CAHL7psFqvdOO1dioxgX-swJ9OZWMkZ0RB7abEEkXy=ibVbWW=w@mail.gmail.com> |
Hello everybody, apparently commit 383e19ca552234fa9af47e80cb00d843a96de9e3 moved the cpu_set_t typedef from newlib/libc/include/sched.h to cygwin specific stuff, but left a few functions using such type behind and unprotected. Is it intended? Giacomo