mirror of https://git.musl-libc.org/git/musl
Browse Source
commit f247462b08 incorrectly hid ppoll
in the presence of _GNU_SOURCE due to an oversight that defining
_BSD_SOURCE does not implicitly define _GNU_SOURCE. at present,
headers still have to explicitly check for each feature profile level;
this may be changed at some point in the future via features.h, but
has not been changed yet.
master
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue