mirror of
https://github.com/openwrt/packages.git
synced 2026-04-19 22:58:41 +04:00
musl doesn't allow including both, sys/prctl.h and linux/prctl.h. Thus include linux/prctl.h only on GLIBC systems (that includes uClibc which defines __GLIBC__) Signed-off-by: Daniel Golle <daniel@makrotopia.org>