Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | strace: Define own sigmask macro if not defined already in signal.h | Khem Raj | 2011-07-22 | 1 | -0/+22 |
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. (From OE-Core rev: 60d91ffc6367fe11ced5890240c6b65ada66621e) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |