aboutsummaryrefslogtreecommitdiff
path: root/libs/pthsem/patches
Commit message (Collapse)AuthorAge
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* pthsem: Add linux 4.x to supported platformsFlorian Fainelli2017-04-01
| | | | | | | | | | | | | Fixes the following build failures: pth_mctx.c: In function '__pth_mctx_set': pth_mctx.c:480:2: error: #error "Unsupported Linux (g)libc version and/or platform" #error "Unsupported Linux (g)libc version and/or platform" ^ Makefile:991: recipe for target 'pth_mctx.lo' failed Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* pthsem: fix signal.h include pathOthmar Truniger2015-07-16
| | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* pthsem: add patch for linux 3.xOthmar Truniger2014-12-31
Signed-off-by: Othmar Truniger <github@truniger.ch>