]> code.ossystems Code Review - openembedded-core.git/commit
strace: Define own sigmask macro if not defined already in signal.h
authorKhem Raj <raj.khem@gmail.com>
Thu, 21 Jul 2011 06:10:16 +0000 (23:10 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 22 Jul 2011 10:49:35 +0000 (11:49 +0100)
commit60d91ffc6367fe11ced5890240c6b65ada66621e
tree708ab3e409ee98561f58de2d2a0428cdf2f205e8
parent0cab3b6c37a5dde74db2e20620480413eb1d2f03
strace: Define own sigmask macro if not defined already in signal.h

This is required especially on uclibc systems where BSD compatible
obsolete functions are disabled by kconfig. Therefore we check
if the macro is undefined then we define it. Therefore eglibc/glibc
builds should work as they use to.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-devtools/strace/strace-4.5.20/sigmask.patch [new file with mode: 0644]
meta/recipes-devtools/strace/strace_4.5.20.bb