summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/strace/strace-4.5.20/sigmask.patch
Commit message (Collapse)AuthorAgeFilesLines
* strace: upgrade to 4.6Shane Wang2012-01-241-23/+0
| | | | Signed-off-by: Shane Wang <shane.wang@intel.com>
* 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>