Package: p8-platform / 2.1.0.1+dfsg1-2

Metadata

Package Version Patches format
p8-platform 2.1.0.1+dfsg1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0002 Include sys prctl.h only on Linux.patch | (download)

src/posix/os-types.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] include sys/prctl.h only on linux

p8-platform inconditionally includes <sys/prctl.h>, which is a
linux-only header. This fixes build on Debian/kFreeBSD and
Debian/Hurd.

04_use_builtin_atomics.patch | (download)

src/threads/atomics.h | 6 3 + 3 - 0 !
src/util/atomic.h | 4 2 + 2 - 0 !
2 files changed, 5 insertions(+), 5 deletions(-)

 always use system's builtin atomic operations
 .