summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/strace/strace-4.5.20
Commit message (Collapse)AuthorAgeFilesLines
* Add Upstream-Status to patchesSaul Wold2012-01-031-0/+1
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* strace: Define own sigmask macro if not defined already in signal.hKhem Raj2011-07-221-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. Signed-off-by: Khem Raj <raj.khem@gmail.com>