libseccomp: work-around prctl.h mess 1345/head
authorDaniel Golle <daniel@makrotopia.org>
Thu, 4 Jun 2015 12:44:40 +0000 (14:44 +0200)
committerDaniel Golle <daniel@makrotopia.org>
Thu, 4 Jun 2015 12:44:40 +0000 (14:44 +0200)
commite1a1eed25fcc74ad928cb5b2b1116245181209f2
tree6ba8458d44fdb21dc004bec82308b15d5c8f33d8
parent93584e3cbea649fdb537544957c71638b283a36f
libseccomp: work-around prctl.h mess

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>
libs/libseccomp/patches/100-dont-use-linux-prctl.h-with-musl.patch [new file with mode: 0644]